Data Fields | |
| enum IEC61937DataType | data_type |
| burst info - reference to type of payload of the data-burst | |
| int | length_code |
| length code in bits or bytes, depending on data type | |
| int | pkt_offset |
| data burst repetition period in bytes | |
| uint8_t * | buffer |
| allocated buffer, used for swap bytes | |
| int | buffer_size |
| size of allocated buffer | |
| uint8_t * | out_buf |
| pointer to the outgoing data before byte-swapping | |
| int | out_bytes |
| amount of outgoing bytes | |
| int | use_preamble |
| preamble enabled (disabled for exactly pre-padded DTS) | |
| int | extra_bswap |
| extra bswap for payload (for LE DTS => standard BE DTS) | |
| uint8_t * | hd_buf |
| allocated buffer to concatenate hd audio frames | |
| int | hd_buf_size |
| size of the hd audio buffer | |
| int | hd_buf_count |
| number of frames in the hd audio buffer | |
| int | hd_buf_filled |
| amount of bytes in the hd audio buffer | |
| int(* | header_info )(AVFormatContext *s, AVPacket *pkt) |
| function, which generates codec dependent header information. | |
Definition at line 53 of file spdifenc.c.
burst info - reference to type of payload of the data-burst
Definition at line 54 of file spdifenc.c.
Referenced by spdif_header_aac(), spdif_header_ac3(), spdif_header_dts(), spdif_header_eac3(), spdif_header_mpeg(), spdif_header_truehd(), and spdif_write_packet().
length code in bits or bytes, depending on data type
Definition at line 55 of file spdifenc.c.
Referenced by spdif_header_eac3(), spdif_header_truehd(), and spdif_write_packet().
data burst repetition period in bytes
Definition at line 56 of file spdifenc.c.
Referenced by spdif_header_aac(), spdif_header_ac3(), spdif_header_dts(), spdif_header_eac3(), spdif_header_mpeg(), spdif_header_truehd(), and spdif_write_packet().
| uint8_t* IEC61937Context::buffer |
allocated buffer, used for swap bytes
Definition at line 57 of file spdifenc.c.
Referenced by spdif_write_packet(), and spdif_write_trailer().
size of allocated buffer
Definition at line 58 of file spdifenc.c.
Referenced by spdif_write_packet().
| uint8_t* IEC61937Context::out_buf |
pointer to the outgoing data before byte-swapping
Definition at line 60 of file spdifenc.c.
Referenced by spdif_header_eac3(), spdif_header_truehd(), and spdif_write_packet().
amount of outgoing bytes
Definition at line 61 of file spdifenc.c.
Referenced by spdif_header_dts(), spdif_header_eac3(), spdif_header_truehd(), and spdif_write_packet().
preamble enabled (disabled for exactly pre-padded DTS)
Definition at line 63 of file spdifenc.c.
Referenced by spdif_header_dts(), and spdif_write_packet().
extra bswap for payload (for LE DTS => standard BE DTS)
Definition at line 64 of file spdifenc.c.
Referenced by spdif_header_dts(), and spdif_write_packet().
| uint8_t* IEC61937Context::hd_buf |
allocated buffer to concatenate hd audio frames
Definition at line 66 of file spdifenc.c.
Referenced by spdif_header_eac3(), spdif_header_truehd(), spdif_write_header(), and spdif_write_trailer().
size of the hd audio buffer
Definition at line 67 of file spdifenc.c.
Referenced by spdif_header_eac3().
number of frames in the hd audio buffer
Definition at line 68 of file spdifenc.c.
Referenced by spdif_header_eac3(), and spdif_header_truehd().
amount of bytes in the hd audio buffer
Definition at line 69 of file spdifenc.c.
Referenced by spdif_header_eac3().
| int(* IEC61937Context::header_info)(AVFormatContext *s, AVPacket *pkt) |
function, which generates codec dependent header information.
Sets data_type and pkt_offset, and length_code, out_bytes, out_buf if necessary
Referenced by spdif_write_header(), and spdif_write_packet().
1.5.6