C# Class NewTOAPIA.Media.WinMM.PCMAudioFormat

Afficher le fichier Open project: Wiladams/NewTOAPIA Class Usage Examples

Méthodes publiques

Méthode Description
CreateFromWaveFormat ( WAVEFORMATEX wfx ) : PCMAudioFormat
PCMAudioFormat ( int channels, int bitsPerSample, int samplesPerSecond ) : System

Method Details

CreateFromWaveFormat() public static méthode

public static CreateFromWaveFormat ( WAVEFORMATEX wfx ) : PCMAudioFormat
wfx TOAPI.Types.WAVEFORMATEX
Résultat PCMAudioFormat

PCMAudioFormat() public méthode

public PCMAudioFormat ( int channels, int bitsPerSample, int samplesPerSecond ) : System
channels int
bitsPerSample int
samplesPerSecond int
Résultat System