C# Class TOAPI.Types.RIFFFormatChunk

Inheritance: RIFFChunk
Show file Open project: Wiladams/NewTOAPIA Class Usage Examples

Public Properties

Property Type Description
dwAvgBytesPerSec uint
dwBitsPerSample uint
dwSamplesPerSec uint
wBlockAlign ushort
wChannels ushort
wFormatTag ushort

Property Details

dwAvgBytesPerSec public property

public uint dwAvgBytesPerSec
return uint

dwBitsPerSample public property

public uint dwBitsPerSample
return uint

dwSamplesPerSec public property

public uint dwSamplesPerSec
return uint

wBlockAlign public property

public ushort wBlockAlign
return ushort

wChannels public property

public ushort wChannels
return ushort

wFormatTag public property

public ushort wFormatTag
return ushort