Click or drag to resize
IMediaChannel Interface
Represents a channel on which the media data will flow.

Namespace: Ozeki.Media
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public interface IMediaChannel

The IMediaChannel type exposes the following members.

Methods
Properties
  NameDescription
Public propertyChannelID
Gets the ID of the channel.
Public propertyCodecConfig
Gets the currently selected payload type of the encoder.
Public propertyLocalAddress
Gets the local address of the channel.
Public propertyLocalPort
Gets the local media port of the channel.
Public propertyMediaType
Gets the media type of the channel.
Public propertyRemoteAddress
Gets the remote address of the channel where to the data will be sent.
Public propertyRemotePort
Gets the remote port of the channel where to the data will be sent.
Public propertyRemoteRtspServerAddress
Gets or sets the remote rtsp server address.
Public propertyTransportLayer
Gets or sets the transport layer.
Top
Events
  NameDescription
Public eventEncoderChanged
Occurs when the payload type of the sent media data has changed.
Public eventMediaDataReceived
Occurs when a media data received through the channel.
Top
See Also