|
FFmpeg
|
Data Fields | |
| AVCodecContext * | avctx |
| ASSSplitContext * | ass_ctx |
| AVBPrint | buffer |
| char | stack [SRT_STACK_SIZE] |
| int | stack_ptr |
| int | alignment_applied |
| const AVClass * | class |
| int | fd |
| int | eid |
| int64_t | rw_timeout |
| int64_t | listen_timeout |
| int | recv_buffer_size |
| int | send_buffer_size |
| int64_t | maxbw |
| int | pbkeylen |
| char * | passphrase |
| int | mss |
| int | ffs |
| int | ipttl |
| int | iptos |
| int64_t | inputbw |
| int | oheadbw |
| int64_t | latency |
| int | tlpktdrop |
| int | nakreport |
| int64_t | connect_timeout |
| int | payload_size |
| int64_t | rcvlatency |
| int64_t | peerlatency |
| enum SRTMode | mode |
| int | sndbuf |
| int | rcvbuf |
| int | lossmaxttl |
| int | minversion |
| char * | streamid |
| char * | smoother |
| int | messageapi |
| SRT_TRANSTYPE | transtype |
| int | linger |
| int | tsbpd |
| FFDemuxSubtitlesQueue | q |
| unsigned | index |
| AVCodecContext* SRTContext::avctx |
| ASSSplitContext* SRTContext::ass_ctx |
| char SRTContext::stack[SRT_STACK_SIZE] |
| FFDemuxSubtitlesQueue SRTContext::q |
Definition at line 31 of file srtdec.c.
Referenced by srt_read_header().
| unsigned SRTContext::index |
Definition at line 35 of file srtenc.c.
Referenced by srt_write_header(), and srt_write_packet().
1.8.17