FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
ASFStream Struct Reference

#include <asf.h>

Data Fields

int num
 
unsigned char seq
 
AVPacket pkt
 
int frag_offset
 
int packet_obj_size
 
int timestamp
 
int64_t duration
 
int skip_to_key
 
int pkt_clean
 
int ds_span
 
int ds_packet_size
 
int ds_chunk_size
 
int64_t packet_pos
 
uint16_t stream_language_index
 
int palette_changed
 
uint32_t palette [256]
 
int payload_ext_ct
 
ASFPayload payload [8]
 

Detailed Description

Definition at line 36 of file asf.h.

Field Documentation

int ASFStream::num

Definition at line 37 of file asf.h.

Referenced by asf_write_header1(), and put_payload_header().

unsigned char ASFStream::seq
AVPacket ASFStream::pkt

Definition at line 40 of file asf.h.

Referenced by asf_parse_packet(), and asf_reset_header().

int ASFStream::frag_offset

Definition at line 41 of file asf.h.

Referenced by asf_parse_packet(), and asf_reset_header().

int ASFStream::packet_obj_size

Definition at line 42 of file asf.h.

Referenced by asf_parse_packet(), asf_read_frame_header(), and asf_reset_header().

int ASFStream::timestamp

Definition at line 43 of file asf.h.

int64_t ASFStream::duration

Definition at line 44 of file asf.h.

int ASFStream::skip_to_key

Definition at line 45 of file asf.h.

Referenced by asf_parse_packet(), and skip_to_key().

int ASFStream::pkt_clean

Definition at line 46 of file asf.h.

Referenced by asf_parse_packet().

int ASFStream::ds_span

Definition at line 48 of file asf.h.

Referenced by asf_parse_packet(), and asf_read_stream_properties().

int ASFStream::ds_packet_size

Definition at line 49 of file asf.h.

Referenced by asf_parse_packet(), and asf_read_stream_properties().

int ASFStream::ds_chunk_size

Definition at line 50 of file asf.h.

Referenced by asf_parse_packet(), and asf_read_stream_properties().

int64_t ASFStream::packet_pos

Definition at line 52 of file asf.h.

Referenced by asf_parse_packet(), and asf_read_pts().

uint16_t ASFStream::stream_language_index

Definition at line 54 of file asf.h.

Referenced by asf_read_ext_stream_properties(), and asf_read_header().

int ASFStream::palette_changed

Definition at line 56 of file asf.h.

Referenced by asf_parse_packet(), and asf_read_stream_properties().

uint32_t ASFStream::palette[256]

Definition at line 57 of file asf.h.

Referenced by asf_parse_packet(), and asf_read_stream_properties().

int ASFStream::payload_ext_ct

Definition at line 59 of file asf.h.

Referenced by asf_read_ext_stream_properties(), and asf_read_frame_header().

ASFPayload ASFStream::payload[8]

Definition at line 60 of file asf.h.

Referenced by asf_read_ext_stream_properties(), and asf_read_frame_header().


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