#include <nut.h>
Data Fields | |
uint16_t | flags |
uint8_t | stream_id |
uint16_t | size_mul |
uint16_t | size_lsb |
int16_t | pts_delta |
uint8_t | reserved_count |
uint8_t | header_idx |
Definition at line 63 of file nut.h.
uint16_t FrameCode::flags |
Definition at line 64 of file nut.h.
Referenced by build_frame_code(), decode_frame_header(), decode_main_header(), get_needed_flags(), write_header(), write_mainheader(), and write_packet().
uint8_t FrameCode::header_idx |
Definition at line 70 of file nut.h.
Referenced by build_frame_code(), decode_frame_header(), decode_main_header(), get_needed_flags(), write_mainheader(), and write_packet().
int16_t FrameCode::pts_delta |
Definition at line 68 of file nut.h.
Referenced by build_frame_code(), decode_frame_header(), decode_main_header(), get_needed_flags(), and write_mainheader().
uint8_t FrameCode::reserved_count |
uint16_t FrameCode::size_lsb |
Definition at line 67 of file nut.h.
Referenced by build_frame_code(), decode_frame_header(), decode_main_header(), write_mainheader(), and write_packet().
uint16_t FrameCode::size_mul |
Definition at line 66 of file nut.h.
Referenced by build_frame_code(), decode_frame_header(), decode_main_header(), get_needed_flags(), write_mainheader(), and write_packet().
uint8_t FrameCode::stream_id |
Definition at line 65 of file nut.h.
Referenced by build_frame_code(), decode_frame_header(), decode_main_header(), get_needed_flags(), and write_mainheader().