AudioHeaderReader.AudioHeaderInfo
public class AudioHeaderReader.AudioHeaderInfoResult of parsing an audio file header.
Constructors
Section titled “Constructors”
AudioHeaderInfo()
Section titled “AudioHeaderInfo()”public AudioHeaderInfo()Properties
Section titled “Properties”
Duration
Section titled “Duration”public float Duration { get; set; }Playback duration in seconds.
Returns
System.Single
Channels
Section titled “Channels”public int Channels { get; set; }Number of interleaved audio channels.
Returns
System.Int32
SampleRate
Section titled “SampleRate”public int SampleRate { get; set; }Sample frames per second, in hertz.
Returns
System.Int32
BitsPerSample
Section titled “BitsPerSample”public int BitsPerSample { get; set; }Bit depth of each sample in uncompressed source data.
Returns
System.Int32