Click or drag to resize

WaveBuffer Class

Inheritance Hierarchy
SystemObject
  Ozeki.MediaWaveBuffer

Namespace: Ozeki.Media
Assembly: OzekiSDK_Desktop (in OzekiSDK_Desktop.dll) Version: 10.4.98
Syntax
public class WaveBuffer

The WaveBuffer type exposes the following members.

Constructors
 NameDescription
Public methodWaveBuffer(Byte) Initializes a new instance of the WaveBuffer class binded to a specific byte buffer.
Public methodWaveBuffer(Int32) Initializes a new instance of the WaveBuffer class.
Top
Properties
 NameDescription
Public propertyByteBuffer Gets the byte buffer.
Public propertyByteBufferCount Gets or sets the byte buffer count.
Public propertyFloatBuffer Gets the float buffer.
Public propertyFloatBufferCount Gets or sets the float buffer count.
Public propertyIntBuffer Gets the int buffer.
Public propertyIntBufferCount Gets or sets the int buffer count.
Public propertyMaxSize Gets the max size in bytes of the byte buffer..
Public propertyShortBuffer Gets the short buffer.
Public propertyShortBufferCount Gets or sets the short buffer count.
Top
Methods
 NameDescription
Public methodBindTo Binds this WaveBuffer instance to a specific byte buffer.
Public methodClear Clears the associated buffer.
Public methodCopy Copy this WaveBuffer to a destination buffer up to ByteBufferCount bytes.
Top
Operators
 NameDescription
Public operatorStatic member(WaveBuffer to Byte) Performs an implicit conversion from [!:NAudio.Wave.WaveBuffer] to Byte.
Public operatorStatic member(WaveBuffer to Int16) Performs an implicit conversion from [!:NAudio.Wave.WaveBuffer] to Int16.
Public operatorStatic member(WaveBuffer to Int32) Performs an implicit conversion from [!:NAudio.Wave.WaveBuffer] to Int32.
Public operatorStatic member(WaveBuffer to Single) Performs an implicit conversion from [!:NAudio.Wave.WaveBuffer] to Single.
Top
Fields
 NameDescription
Public fieldnumberOfBytes Number of Bytes
Top
See Also