Package com.google.android.exoplayer2.source.rtsp.reader
-
Interface Summary Interface Description RtpPayloadReader Extracts media samples from the payload of received RTP packets.RtpPayloadReader.Factory Factory ofRtpPayloadReader
instances. -
Class Summary Class Description DefaultRtpPayloadReaderFactory DefaultRtpPayloadReader.Factory
implementation.RtpAc3Reader Parses an AC3 byte stream carried on RTP packets, and extracts AC3 frames.RtpPcmReader Parses byte stream carried on RTP packets, and extracts PCM frames.