Click or drag to resize

GainControl Class

Inheritance Hierarchy
SystemObject
  DisposableClass
    AudioHandler
      Ozeki.MediaGainControl

Namespace: Ozeki.Media
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 10.5.1
Syntax
public class GainControl : AudioHandler

The GainControl type exposes the following members.

Constructors
 NameDescription
Public methodGainControlInitializes a new instance of the GainControl class
Top
Properties
 NameDescription
Public propertyConverterType
(Inherited from AudioHandler)
Public propertyDecibel 
Public propertyID
(Inherited from DisposableClass)
Public propertyReceiveFormats
(Inherited from AudioHandler)
Top
Methods
 NameDescription
Public methodDispose
(Inherited from DisposableClass)
Protected methodDispose(Boolean)
(Inherited from DisposableClass)
Protected methodFinalize
(Inherited from DisposableClass)
Public methodGetAudioFormat
(Overrides AudioHandler.GetAudioFormat)
Public methodOnDataReceived
(Overrides AudioHandler.OnDataReceived(Object, AudioData))
Protected methodReceiverConnected
(Inherited from AudioHandler)
Protected methodReceiverDisconnected
(Inherited from AudioHandler)
Protected methodSendData
(Inherited from AudioHandler)
Protected methodSenderConnected
(Inherited from AudioHandler)
Protected methodSenderDisconnected
(Inherited from AudioHandler)
Public methodSetPreferredSendFormats
(Inherited from AudioHandler)
Protected methodSetReceiveFormats
(Inherited from AudioHandler)
Top
Events
 NameDescription
Public eventMediaDataSent
(Inherited from AudioHandler)
Public eventReceiveFormatsChanged
(Inherited from AudioHandler)
Top
See Also