stream_player_push_encoded_packet function

int stream_player_push_encoded_packet(
  1. int self,
  2. int data,
  3. int bytes
)

Implementation

int stream_player_push_encoded_packet(int self, int data, int bytes) =>
    _stream_player_push_encoded_packet(self, data, bytes);