Click or drag to resize

GenericAudioReceiver Class

Inheritance Hierarchy
SystemObject
  DisposableClass
    AbstractMediaReceiverAudioData, AudioFormat
      AudioReceiver
        Ozeki.MediaGenericAudioReceiver

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

The GenericAudioReceiver type exposes the following members.

Constructors
 NameDescription
Public methodGenericAudioReceiverInitializes a new instance of the GenericAudioReceiver class
Top
Properties
 NameDescription
Public propertyConverterType
(Inherited from AudioReceiver)
Public propertyID
(Inherited from DisposableClass)
Public propertyReceiveFormats
(Inherited from AbstractMediaReceiverAudioData, AudioFormat)
Top
Methods
 NameDescription
Public methodDispose
(Inherited from DisposableClass)
Protected methodDispose(Boolean)
(Inherited from DisposableClass)
Protected methodFinalize
(Inherited from DisposableClass)
Protected methodOnDataReceived
(Overrides AbstractMediaReceiver.OnDataReceived(Object, UTP))
Protected methodSenderConnected
(Inherited from AudioReceiver)
Protected methodSenderDisconnected
(Inherited from AudioReceiver)
Protected methodSetReceiveFormats
(Inherited from AbstractMediaReceiverAudioData, AudioFormat)
Top
Events
 NameDescription
Public eventDataReceived 
Public eventReceiveFormatsChanged
(Inherited from AbstractMediaReceiverAudioData, AudioFormat)
Top
See Also