C# Class Yodiwo.Media.Audio.AudioFormat

Afficher le fichier Open project: yodiwo/plegma Class Usage Examples

Méthodes publiques

Свойство Type Description
bitsperchannel int
channels int
samplerate int

Méthodes publiques

Méthode Description
AudioFormat ( int sr, int bpc, int c ) : System

Method Details

AudioFormat() public méthode

public AudioFormat ( int sr, int bpc, int c ) : System
sr int
bpc int
c int
Résultat System

Property Details

bitsperchannel public_oe property

public int bitsperchannel
Résultat int

channels public_oe property

public int channels
Résultat int

samplerate public_oe property

public int samplerate
Résultat int