ark::rtsp::AbstractRtpDecoder

Defined in header “ark/rtsp/abstract_rtp_decoder.hh”.


Provides decoding of an RTP stream (the contents of the stream). Typically instantiated by the RTP stream parser.

Methods

  • ~AbstractRtpDecoder()
    Virtual destructor, for cleanup.

  • std::vector< image::Image > add_packet(const RtpPacket & packet)
    Processes an incoming RTP stream packet. Packets are assumed to be in sequence order. Returns zero or more images.

  • RtpStreamDecoderStatistics statistics()
    Returns statistics related to this decoder.