FFmpeg
Data Fields
SAPState Struct Reference

Data Fields

URLContextann_fd
 
AVFormatContextsdp_ctx
 
AVIOContext sdp_pb
 
uint16_t hash
 
char * sdp
 
int eof
 
uint8_tann
 
int ann_size
 
int64_t last_time
 

Detailed Description

Definition at line 36 of file sapdec.c.

Field Documentation

◆ ann_fd

URLContext * SAPState::ann_fd

◆ sdp_ctx

AVFormatContext* SAPState::sdp_ctx

Definition at line 38 of file sapdec.c.

Referenced by sap_fetch_packet(), sap_read_close(), and sap_read_header().

◆ sdp_pb

AVIOContext SAPState::sdp_pb

Definition at line 39 of file sapdec.c.

Referenced by sap_read_header().

◆ hash

uint16_t SAPState::hash

Definition at line 40 of file sapdec.c.

Referenced by sap_fetch_packet(), and sap_read_header().

◆ sdp

char* SAPState::sdp

Definition at line 41 of file sapdec.c.

Referenced by sap_read_close(), and sap_read_header().

◆ eof

int SAPState::eof

Definition at line 42 of file sapdec.c.

Referenced by sap_fetch_packet().

◆ ann

uint8_t* SAPState::ann

Definition at line 36 of file sapenc.c.

Referenced by sap_write_close(), sap_write_header(), and sap_write_packet().

◆ ann_size

int SAPState::ann_size

Definition at line 37 of file sapenc.c.

Referenced by sap_write_close(), sap_write_header(), and sap_write_packet().

◆ last_time

int64_t SAPState::last_time

Definition at line 39 of file sapenc.c.

Referenced by sap_write_close(), and sap_write_packet().


The documentation for this struct was generated from the following files: