Click or drag to resize

WaveOutBuffer Class

A buffer of Wave samples for streaming to a Wave Output device
Inheritance Hierarchy
SystemObject
  Ozeki.MediaWaveOutBuffer

Namespace: Ozeki.Media
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.0
Syntax
public class WaveOutBuffer

The WaveOutBuffer type exposes the following members.

Constructors
 NameDescription
Public methodWaveOutBuffer creates a new wavebuffer
Top
Properties
 NameDescription
Public propertyBufferSize Gets the size of the buffer in bytes
Public propertyInQueue Gets the value indicating whether the header's "In Queue" flag is set or not
Top
Methods
 NameDescription
Public methodDispose Releases resources held by this WaveBuffer
Protected methodDispose(Boolean) Releases resources held by this WaveBuffer
Protected methodFinalize Finalizer for this wave buffer
(Overrides ObjectFinalize)
Top
See Also