C# Class NAudio.Wave.Compression.AcmStreamHeaderStruct

Show file Open project: h4ltYu/EOS Class Usage Examples

Public Properties

Property Type Description
cbStruct int
destBufferLength int
destBufferLengthUsed int
destBufferPointer IntPtr
destUserData IntPtr
fdwStatus AcmStreamHeaderStatusFlags
sourceBufferLength int
sourceBufferLengthUsed int
sourceBufferPointer IntPtr
sourceUserData IntPtr
userData IntPtr

Property Details

cbStruct public property

public int cbStruct
return int

destBufferLength public property

public int destBufferLength
return int

destBufferLengthUsed public property

public int destBufferLengthUsed
return int

destBufferPointer public property

public IntPtr destBufferPointer
return IntPtr

destUserData public property

public IntPtr destUserData
return IntPtr

fdwStatus public property

public AcmStreamHeaderStatusFlags fdwStatus
return AcmStreamHeaderStatusFlags

sourceBufferLength public property

public int sourceBufferLength
return int

sourceBufferLengthUsed public property

public int sourceBufferLengthUsed
return int

sourceBufferPointer public property

public IntPtr sourceBufferPointer
return IntPtr

sourceUserData public property

public IntPtr sourceUserData
return IntPtr

userData public property

public IntPtr userData
return IntPtr