C# Class SharpFFmpeg.WaveDataType

Show file Open project: crazyender/FFMPEG.net Class Usage Examples

Public Properties

Property Type Description
bit_per_sample int
bit_rate int
channel int
fmt AV.AVSampleFormat
managedData byte[]
nb_samples int
sample_rate int
size int

Property Details

bit_per_sample public property

public int bit_per_sample
return int

bit_rate public property

public int bit_rate
return int

channel public property

public int channel
return int

fmt public property

public AV.AVSampleFormat fmt
return AV.AVSampleFormat

managedData public property

public byte[] managedData
return byte[]

nb_samples public property

public int nb_samples
return int

sample_rate public property

public int sample_rate
return int

size public property

public int size
return int