C# Class NewTOAPIA.Media.WinMM.WaveFile

Mostra file Open project: Wiladams/NewTOAPIA Class Usage Examples

Public Properties

Property Type Description
fBinaryReader System.IO.BinaryReader
fData TOAPI.Types.RIFFDataChunk
fFact TOAPI.Types.RIFFFactChunk
fFileName string
fFormat TOAPI.Types.RIFFFormatChunk
fHeader TOAPI.Types.RIFFHeader

Public Methods

Method Description
WaveFile ( string filename ) : System

Method Details

WaveFile() public method

public WaveFile ( string filename ) : System
filename string
return System

Property Details

fBinaryReader public_oe property

public BinaryReader,System.IO fBinaryReader
return System.IO.BinaryReader

fData public_oe property

public RIFFDataChunk,TOAPI.Types fData
return TOAPI.Types.RIFFDataChunk

fFact public_oe property

public RIFFFactChunk,TOAPI.Types fFact
return TOAPI.Types.RIFFFactChunk

fFileName public_oe property

public string fFileName
return string

fFormat public_oe property

public RIFFFormatChunk,TOAPI.Types fFormat
return TOAPI.Types.RIFFFormatChunk

fHeader public_oe property

public RIFFHeader,TOAPI.Types fHeader
return TOAPI.Types.RIFFHeader