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

Show file 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 public property

static public Unimplemented av_packet_get_side_data
return Unimplemented

av_packet_new_side_data static public property

static public Unimplemented av_packet_new_side_data
return Unimplemented

convergence_duration public property

public long convergence_duration
return long

data public property

public Pointer data
return Pointer

destruct public property

public Action destruct
return Action

dts public property

public long dts
return long

duration public property

public int duration
return int

flags public property

public int flags
return int

pos public property

public long pos
return long

priv public property

public byte[] priv
return byte[]

pts public property

public long pts
return long

side_data public property

public side_data_struct[] side_data
return side_data_struct[]

side_data_elems public property

public int side_data_elems
return int

size public property

public int size
return int

stream_index public property

public int stream_index
return int