C# Class FFmpeg.AutoGen.AVInputFormat

Show file Open project: Ruslan-B/FFmpeg.AutoGen Class Usage Examples

Public Properties

Property Type Description
@codec_tag AVCodecTag**
@create_device_capabilities System.IntPtr
@extensions sbyte*
@flags int
@free_device_capabilities System.IntPtr
@get_device_list System.IntPtr
@long_name sbyte*
@mime_type sbyte*
@name sbyte*
@next AVInputFormat*
@priv_class AVClass*
@priv_data_size int
@raw_codec_id int
@read_close System.IntPtr
@read_header System.IntPtr
@read_packet System.IntPtr
@read_pause System.IntPtr
@read_play System.IntPtr
@read_probe System.IntPtr
@read_seek System.IntPtr
@read_seek2 System.IntPtr
@read_timestamp System.IntPtr

Property Details

@codec_tag public property

public AVCodecTag** @codec_tag
return AVCodecTag**

@create_device_capabilities public property

public IntPtr,System @create_device_capabilities
return System.IntPtr

@extensions public property

public sbyte* @extensions
return sbyte*

@flags public property

public int @flags
return int

@free_device_capabilities public property

public IntPtr,System @free_device_capabilities
return System.IntPtr

@get_device_list public property

public IntPtr,System @get_device_list
return System.IntPtr

@long_name public property

public sbyte* @long_name
return sbyte*

@mime_type public property

public sbyte* @mime_type
return sbyte*

@name public property

public sbyte* @name
return sbyte*

@next public property

public AVInputFormat* @next
return AVInputFormat*

@priv_class public property

public AVClass* @priv_class
return AVClass*

@priv_data_size public property

public int @priv_data_size
return int

@raw_codec_id public property

public int @raw_codec_id
return int

@read_close public property

public IntPtr,System @read_close
return System.IntPtr

@read_header public property

public IntPtr,System @read_header
return System.IntPtr

@read_packet public property

public IntPtr,System @read_packet
return System.IntPtr

@read_pause public property

public IntPtr,System @read_pause
return System.IntPtr

@read_play public property

public IntPtr,System @read_play
return System.IntPtr

@read_probe public property

public IntPtr,System @read_probe
return System.IntPtr

@read_seek public property

public IntPtr,System @read_seek
return System.IntPtr

@read_seek2 public property

public IntPtr,System @read_seek2
return System.IntPtr

@read_timestamp public property

public IntPtr,System @read_timestamp
return System.IntPtr