Click or drag to resize

GenericAudioSender Class

Inheritance Hierarchy
SystemObject
  DisposableClass
    AbstractMediaSenderAudioData, AudioFormat
      AudioSender
        Ozeki.MediaGenericAudioSender

Namespace:  Ozeki.Media
Assembly:  OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntax
public class GenericAudioSender : AudioSender

The GenericAudioSender type exposes the following members.

Constructors
  NameDescription
Public methodGenericAudioSender
Initializes a new instance of the GenericAudioSender class
Top
Properties
  NameDescription
Public propertyID (Inherited from DisposableClass.)
Top
Methods
  NameDescription
Public methodDispose (Inherited from DisposableClass.)
Protected methodDispose(Boolean) (Inherited from DisposableClass.)
Protected methodFinalize (Inherited from DisposableClass.)
Public methodGetAudioFormat (Overrides AudioSender.GetAudioFormat.)
Protected methodReceiverConnected (Inherited from AudioSender.)
Protected methodReceiverDisconnected (Inherited from AudioSender.)
Public methodSend
Protected methodSendMediaData (Inherited from AbstractMediaSenderAudioData, AudioFormat.)
Public methodSetPreferredSendFormats (Inherited from AbstractMediaSenderAudioData, AudioFormat.)
Top
Events
  NameDescription
Public eventMediaDataSent (Inherited from AbstractMediaSenderAudioData, AudioFormat.)
Top
See Also