Click or drag to resize
JSSpeaker Class
Inheritance Hierarchy

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

The JSSpeaker type exposes the following members.

Constructors
  NameDescription
Public methodJSSpeaker
Initializes a new instance of the JSSpeaker class
Top
Methods
Fields
  NameDescription
Protected fieldJSClient (Inherited from JSClientHandler.)
Protected fieldWebsocketServer (Inherited from JSClientHandler.)
Top
Properties
  NameDescription
Public propertyConnected (Inherited from JSClientHandler.)
Public propertyConverterType
Public propertyFormat (Inherited from JSClientHandler.)
Public propertyInitialized (Inherited from JSClientHandler.)
Public propertyIsStarted (Inherited from JSClientHandler.)
Public propertyReceiveFormats
Top
Events
  NameDescription
Public eventOnStarted (Inherited from JSClientHandler.)
Public eventOnStopped (Inherited from JSClientHandler.)
Public eventReceiveFormatsChanged
Top
See Also