Click or drag to resize
MediaChannelConfig Class
Inheritance Hierarchy

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

The MediaChannelConfig type exposes the following members.

Constructors
Extension Methods
  NameDescription
Public Extension MethodGetPreferredCodecList (Defined by ChannelConfigEx.)
Public Extension MethodSetDefaultPayloadTypes (Defined by ChannelConfigEx.)
Public Extension MethodSetSelectedCodec (Defined by ChannelConfigEx.)
Public Extension MethodUpdate
User update
(Defined by ChannelConfigEx.)
Top
Properties
  NameDescription
Public propertyDefaultPayloadTypes
Gets the payload types supported by the remote party.
Public propertyPreferredPayloadTypes
Gets the preferred payload types defined by the user.
Public propertySelectedCodec
Gets or sets the currently selected codec.
Public propertySentVideoResolution
Gets or sets a fixed resolution that will be used when sending video to the remote end if the SentVideoResolutionMode is set to Fixed.
Public propertySentVideoResolutionMode
Gets or sets a mode for determining the resolution for the sent video stream.
Public propertyUseJitterBuffer
Gets or sets a boolean value indicating whether jitter buffer is used when sending audio data.
Top
See Also