nsIStreamingProtocolListener
Called when the data may be read without blocking the calling thread.
index | The track number of the media stream. |
data | Raw data of the media stream on given track number. |
length | The length of the raw data. |
offset | The offset in the data stream from the start of the media presentation in bytes. |
meta | The meta data of the frame. |
Called when the meta data for a given session is available.
index | The track number of the media stream. |
meta | The meta data of the media stream. |
Called when the Rtsp session is closed.
index | Track number of the media stream. |
reason | The reason of disconnection. |