C# Class NewTOAPIA.Media.WinMM.WaveFile

Show 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 property

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

fData public property

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

fFact public property

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

fFileName public property

public string fFileName
return string

fFormat public property

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

fHeader public property

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