ark::rtsp::H264RtpDecoder

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


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

Methods

  • H264RtpDecoder()
    Constructor, initializes the decoder.

  • ~H264RtpDecoder()
    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.