WaveBuffer(Int32) Constructor |
Initializes a new instance of the
WaveBuffer class
Namespace: Ozeki.MediaAssembly: OzekiSDK_Desktop (in OzekiSDK_Desktop.dll) Version: 10.5.1
Syntaxpublic WaveBuffer(
int sizeToAllocateInBytes
)
Public Sub New (
sizeToAllocateInBytes As Integer
)
public:
WaveBuffer(
int sizeToAllocateInBytes
)
new :
sizeToAllocateInBytes : int -> WaveBufferParameters
- sizeToAllocateInBytes Int32
-
See Also