C# Class Yodiwo.Media.Audio.AudioFormat

Datei anzeigen 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_oe property

public int bitsperchannel
return int

channels public_oe property

public int channels
return int

samplerate public_oe property

public int samplerate
return int