C# Class FFMpeg.NET.Internal.libavcodec.avcodec.AVPacket

ファイルを表示 Open project: soywiz/ffmpeg.net Class Usage Examples

Public Properties

Property Type Description
av_packet_get_side_data Unimplemented
av_packet_new_side_data Unimplemented
convergence_duration long
data Pointer
destruct Action
dts long
duration int
flags int
pos long
priv byte[]
pts long
side_data side_data_struct[]
side_data_elems int
size int
stream_index int

Public Methods

Method Description
av_destruct_packet ( AVPacket pkt ) : void
av_dup_packet ( AVPacket pkt ) : int
av_free_packet ( AVPacket pkt ) : void
av_grow_packet ( AVPacket pkt, int grow_by ) : int
av_init_packet ( AVPacket pkt ) : void
av_new_packet ( AVPacket pkt, int size ) : int
av_packet_merge_side_data ( AVPacket pkt ) : int
av_packet_shrink_side_data ( AVPacket pkt, AVPacketSideDataType type, int size ) : int
av_packet_split_side_data ( AVPacket pkt ) : int
av_shrink_packet ( AVPacket pkt, int size ) : void

Method Details

av_destruct_packet() static public method

static public av_destruct_packet ( AVPacket pkt ) : void
pkt AVPacket
return void

av_dup_packet() static public method

static public av_dup_packet ( AVPacket pkt ) : int
pkt AVPacket
return int

av_free_packet() static public method

static public av_free_packet ( AVPacket pkt ) : void
pkt AVPacket
return void

av_grow_packet() static public method

static public av_grow_packet ( AVPacket pkt, int grow_by ) : int
pkt AVPacket
grow_by int
return int

av_init_packet() static public method

static public av_init_packet ( AVPacket pkt ) : void
pkt AVPacket
return void

av_new_packet() static public method

static public av_new_packet ( AVPacket pkt, int size ) : int
pkt AVPacket
size int
return int

av_packet_merge_side_data() static public method

static public av_packet_merge_side_data ( AVPacket pkt ) : int
pkt AVPacket
return int

av_packet_shrink_side_data() static public method

static public av_packet_shrink_side_data ( AVPacket pkt, AVPacketSideDataType type, int size ) : int
pkt AVPacket
type AVPacketSideDataType
size int
return int

av_packet_split_side_data() static public method

static public av_packet_split_side_data ( AVPacket pkt ) : int
pkt AVPacket
return int

av_shrink_packet() static public method

static public av_shrink_packet ( AVPacket pkt, int size ) : void
pkt AVPacket
size int
return void

Property Details

av_packet_get_side_data static_oe public_oe property

static public Unimplemented av_packet_get_side_data
return Unimplemented

av_packet_new_side_data static_oe public_oe property

static public Unimplemented av_packet_new_side_data
return Unimplemented

convergence_duration public_oe property

public long convergence_duration
return long

data public_oe property

public Pointer data
return Pointer

destruct public_oe property

public Action destruct
return Action

dts public_oe property

public long dts
return long

duration public_oe property

public int duration
return int

flags public_oe property

public int flags
return int

pos public_oe property

public long pos
return long

priv public_oe property

public byte[] priv
return byte[]

pts public_oe property

public long pts
return long

side_data public_oe property

public side_data_struct[] side_data
return side_data_struct[]

side_data_elems public_oe property

public int side_data_elems
return int

size public_oe property

public int size
return int

stream_index public_oe property

public int stream_index
return int