FFmpeg
Data Fields
FrameCode Struct Reference

#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
 

Detailed Description

Definition at line 65 of file nut.h.

Field Documentation

◆ flags

uint16_t FrameCode::flags

◆ stream_id

uint8_t FrameCode::stream_id

Definition at line 67 of file nut.h.

Referenced by build_frame_code(), decode_frame_header(), decode_main_header(), and write_mainheader().

◆ size_mul

uint16_t FrameCode::size_mul

Definition at line 68 of file nut.h.

Referenced by build_frame_code(), decode_frame_header(), decode_main_header(), and write_mainheader().

◆ size_lsb

uint16_t FrameCode::size_lsb

Definition at line 69 of file nut.h.

Referenced by build_frame_code(), decode_frame_header(), decode_main_header(), and write_mainheader().

◆ pts_delta

int16_t FrameCode::pts_delta

Definition at line 70 of file nut.h.

Referenced by build_frame_code(), decode_frame_header(), decode_main_header(), and write_mainheader().

◆ reserved_count

uint8_t FrameCode::reserved_count

Definition at line 71 of file nut.h.

Referenced by decode_frame_header(), and decode_main_header().

◆ header_idx

uint8_t FrameCode::header_idx

Definition at line 72 of file nut.h.

Referenced by build_frame_code(), decode_frame_header(), decode_main_header(), and write_mainheader().


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