Click or drag to resize
MediaStreamSender Class
Inheritance Hierarchy

Namespace: Ozeki.Media
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public class MediaStreamSender : AudioSender

The MediaStreamSender type exposes the following members.

Constructors
  NameDescription
Protected methodMediaStreamSender
Initializes a new instance of the MediaStreamSender class.
Protected methodMediaStreamSender(Stream)
Initializes a new instance of the MediaStreamSender class.
Protected methodMediaStreamSender(String)
Initializes a new instance of the MediaStreamSender class.
Top
Methods
Fields
  NameDescription
Protected fieldOutputFormat
Protected fieldSync
Top
Properties
  NameDescription
Public propertyID (Inherited from DisposableClass.)
Public propertyIsStreaming
Gets or sets a value that is true if the wave is streaming, otherwise false.
Protected propertyPosition
Gets or sets the current position in the audio stream
Public propertyStream
Gets the stream
Top
Events
See Also