C# Class FFmpeg.AutoGen.AVCodecParserContext

显示文件 Open project: Ruslan-B/FFmpeg.AutoGen Class Usage Examples

Public Properties

Property Type Description
@coded_height int
@coded_width int
@convergence_duration long
@cur_frame_start_index int
@cur_offset long
@dts long
@dts_ref_dts_delta int
@dts_sync_point int
@duration int
@fetch_timestamp int
@field_order AVFieldOrder
@flags int
@format int
@frame_offset long
@height int
@key_frame int
@last_dts long
@last_pos long
@last_pts long
@next_frame_offset long
@offset long
@output_picture_number int
@parser AVCodecParser*
@pict_type int
@picture_structure AVPictureStructure
@pos long
@priv_data void*
@pts long
@pts_dts_delta int
@repeat_pict int
@width int

Property Details

@coded_height public_oe property

public int @coded_height
return int

@coded_width public_oe property

public int @coded_width
return int

@convergence_duration public_oe property

public long @convergence_duration
return long

@cur_frame_start_index public_oe property

public int @cur_frame_start_index
return int

@cur_offset public_oe property

public long @cur_offset
return long

@dts public_oe property

public long @dts
return long

@dts_ref_dts_delta public_oe property

public int @dts_ref_dts_delta
return int

@dts_sync_point public_oe property

public int @dts_sync_point
return int

@duration public_oe property

public int @duration
return int

@fetch_timestamp public_oe property

public int @fetch_timestamp
return int

@field_order public_oe property

public AVFieldOrder @field_order
return AVFieldOrder

@flags public_oe property

public int @flags
return int

@format public_oe property

public int @format
return int

@frame_offset public_oe property

public long @frame_offset
return long

@height public_oe property

public int @height
return int

@key_frame public_oe property

public int @key_frame
return int

@last_dts public_oe property

public long @last_dts
return long

@last_pos public_oe property

public long @last_pos
return long

@last_pts public_oe property

public long @last_pts
return long

@next_frame_offset public_oe property

public long @next_frame_offset
return long

@offset public_oe property

public long @offset
return long

@output_picture_number public_oe property

public int @output_picture_number
return int

@parser public_oe property

public AVCodecParser* @parser
return AVCodecParser*

@pict_type public_oe property

public int @pict_type
return int

@picture_structure public_oe property

public AVPictureStructure @picture_structure
return AVPictureStructure

@pos public_oe property

public long @pos
return long

@priv_data public_oe property

public void* @priv_data
return void*

@pts public_oe property

public long @pts
return long

@pts_dts_delta public_oe property

public int @pts_dts_delta
return int

@repeat_pict public_oe property

public int @repeat_pict
return int

@width public_oe property

public int @width
return int