C# Class NewTOAPIA.Media.WinMM.MediaSample

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

Méthodes publiques

Свойство Type Description
fHeader WAVEHDR

Méthodes publiques

Méthode Description
Dispose ( ) : void

Releases resources held by this WaveBuffer

GetHeader ( ) : WAVEHDR
GetHeaderPointer ( ) : IntPtr
MediaSample ( int bufferSize ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Releases resources held by this WaveBuffer

Method Details

Dispose() public méthode

Releases resources held by this WaveBuffer
public Dispose ( ) : void
Résultat void

Dispose() protected méthode

Releases resources held by this WaveBuffer
protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

GetHeader() public méthode

public GetHeader ( ) : WAVEHDR
Résultat WAVEHDR

GetHeaderPointer() public méthode

public GetHeaderPointer ( ) : IntPtr
Résultat System.IntPtr

MediaSample() public méthode

public MediaSample ( int bufferSize ) : System
bufferSize int
Résultat System

Property Details

fHeader public_oe property

public WAVEHDR fHeader
Résultat WAVEHDR