#include <rtpdec.h>
Definition at line 116 of file rtpdec.h.
â enc_name
const char* RTPDynamicProtocolHandler::enc_name |
â codec_type
â codec_id
enum AVCodecID RTPDynamicProtocolHandler::codec_id |
â need_parsing
â static_payload_id
int RTPDynamicProtocolHandler::static_payload_id |
â priv_data_size
int RTPDynamicProtocolHandler::priv_data_size |
Initialize dynamic protocol handler, called after the full rtpmap line is parsed, may be null.
Definition at line 127 of file rtpdec.h.
â parse_sdp_a_line
Parse the a= line from the sdp field.
Definition at line 129 of file rtpdec.h.
void(* RTPDynamicProtocolHandler::close) (PayloadContext *protocol_data) |
Free any data needed by the rtp parsing for this dynamic data.
Don't free the protocol_data pointer itself, that is freed by the caller. This is called even if the init method failed.
Definition at line 134 of file rtpdec.h.
Referenced by ff_rtsp_close_streams().
â parse_packet
Parse handler for this dynamic packet.
Definition at line 136 of file rtpdec.h.
â need_keyframe
The documentation for this struct was generated from the following file: