Click or drag to resize
JSMicrophone Class
Inheritance Hierarchy

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

The JSMicrophone type exposes the following members.

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