WaveBuffer(Int32) Constructor |
Initializes a new instance of the
WaveBuffer class.
Namespace: Ozeki.MediaAssembly: OzekiSDK_Desktop (in OzekiSDK_Desktop.dll) Version: 10.4.98
Syntaxpublic WaveBuffer(
int sizeToAllocateInBytes
)
Public Sub New (
sizeToAllocateInBytes As Integer
)
public:
WaveBuffer(
int sizeToAllocateInBytes
)
new :
sizeToAllocateInBytes : int -> WaveBufferParameters
- sizeToAllocateInBytes Int32
- The number of bytes. The size of the final buffer will be aligned on 4 Bytes (upper bound)
See Also