Click or drag to resize

GainControl Class

If the volume is low or very high, then you need to use this class to regulate the level of sound.
Inheritance Hierarchy
SystemObject
  DisposableClass
    AudioHandler
      Ozeki.MediaGainControl

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

The GainControl type exposes the following members.

Constructors
 NameDescription
Public methodGainControl Initializes a new instance of the GainControl class.
Top
Properties
 NameDescription
Public propertyConverterType
(Inherited from AudioHandler)
Public propertyDecibel Additional decibels.
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