Click or drag to resize
IMediaStream Interface
Interface for MediaStreams

Namespace: Ozeki.MediaGateway
Assembly: OzekiMediaGateway (in OzekiMediaGateway.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public interface IMediaStream

The IMediaStream type exposes the following members.

Methods
  NameDescription
Public methodClose
Public methodSendMediaData
Sends an IData object to the destination.
Top
Properties
  NameDescription
Public propertyIsClosed
Public propertyName
MediaStream name
Top
Events
  NameDescription
Public eventClosed
Occurs when MediaStream closed.
Public eventMediaDataReceived
Occurs when data received.
Top
See Also