Click or drag to resize
AudioMixer Class
Can mix audio from different sources.
Inheritance Hierarchy
SystemObject
  Ozeki.MediaAudioMixer

Namespace: Ozeki.Media
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public class AudioMixer : IDisposable

The AudioMixer type exposes the following members.

Constructors
  NameDescription
Public methodAudioMixer
Initializes a new instance of the AudioMixer class.
Top
Methods
  NameDescription
Public methodAddSource
Adds a new source to the mixing queue.
Public methodDispose
Disposes the object.
Protected methodDispose(Boolean)
Releases the unmanaged resources used by the AudioMixer and optionally releases the managed resources
Public methodEnqueueData
Adds audio data to the mixing queue.
Protected methodFinalize
Public methodRemoveSource
Removes an existing source from the mixing queue.
Top
Properties
  NameDescription
Public propertyBufferCount
Public propertyBufferingType
Public propertyWaveFormat
Gets or sets the AudioWaveFormat of the mixed audio.
Top
Events
  NameDescription
Public eventDataMixed
Occurs when the AudioMixer has mixed some data.
Top
See Also