stream_player_push_encoded_packet function
- Pointer<StreamPlayer> sp,
- Pointer<Void> packet,
- int packetBytes
Implementation
@ffi.Native<
    ffi.Int Function(
        ffi.Pointer<StreamPlayer>, ffi.Pointer<ffi.Void>, ffi.Int)>()
external int stream_player_push_encoded_packet(
  ffi.Pointer<StreamPlayer> sp,
  ffi.Pointer<ffi.Void> packet,
  int packetBytes,
);