C# Class Yodiwo.Media.Audio.AudioFormat

Show file Open project: yodiwo/plegma Class Usage Examples

Public Properties

Property Type Description
bitsperchannel int
channels int
samplerate int

Public Methods

Method Description
AudioFormat ( int sr, int bpc, int c ) : System

Method Details

AudioFormat() public method

public AudioFormat ( int sr, int bpc, int c ) : System
sr int
bpc int
c int
return System

Property Details

bitsperchannel public property

public int bitsperchannel
return int

channels public property

public int channels
return int

samplerate public property

public int samplerate
return int