C# Class NAudio.Wave.Compression.AcmStreamHeaderStruct

ファイルを表示 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_oe property

public int cbStruct
return int

destBufferLength public_oe property

public int destBufferLength
return int

destBufferLengthUsed public_oe property

public int destBufferLengthUsed
return int

destBufferPointer public_oe property

public IntPtr destBufferPointer
return IntPtr

destUserData public_oe property

public IntPtr destUserData
return IntPtr

fdwStatus public_oe property

public AcmStreamHeaderStatusFlags fdwStatus
return AcmStreamHeaderStatusFlags

sourceBufferLength public_oe property

public int sourceBufferLength
return int

sourceBufferLengthUsed public_oe property

public int sourceBufferLengthUsed
return int

sourceBufferPointer public_oe property

public IntPtr sourceBufferPointer
return IntPtr

sourceUserData public_oe property

public IntPtr sourceUserData
return IntPtr

userData public_oe property

public IntPtr userData
return IntPtr