C# Class TOAPI.Types.RIFFDataChunk

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

Public Properties

Property Type Description
byteArray byte[]
dSecLength double
dwMinLength uint
dwNumSamples uint
lFilePosition long
shortArray short[]

Property Details

byteArray public property

public byte[] byteArray
return byte[]

dSecLength public property

public double dSecLength
return double

dwMinLength public property

public uint dwMinLength
return uint

dwNumSamples public property

public uint dwNumSamples
return uint

lFilePosition public property

public long lFilePosition
return long

shortArray public property

public short[] shortArray
return short[]