Click or drag to resize
IAudioReceiver Interface

Namespace: Ozeki.Media
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public interface IAudioReceiver : IMediaReceiver<AudioData, AudioFormat>, 
	IDisposable

The IAudioReceiver type exposes the following members.

Methods
  NameDescription
Public methodOnDataReceived
This will be called when media data received from a media handler.
(Inherited from IMediaReceiverTData, TFormat.)
Public methodSenderConnected
This will be called when an audio sneder has been connected to this object.
Public methodSenderDisconnected
This will be called when an audio sender has been disconnected from this object.
Top
Properties
  NameDescription
Public propertyConverterType
Gets or sets the type of the audio converter that will be used when resampling the sent audio data.
Public propertyReceiveFormats
Gets a list of media formats that the media handler can receive. If no media format specified, all formats are supported.
(Inherited from IMediaReceiverTData, TFormat.)
Top
Events
See Also