#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 | 
      
 
 
◆ init
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.
 
 
◆ close
      
        
          | 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: