Click or drag to resize

CameraMediaDescription Class

Represents the MediaDescription in a Session Description. Parses and Creates.
Inheritance Hierarchy
SystemObject
  Ozeki.CameraCameraMediaDescription

Namespace: Ozeki.Camera
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.0
Syntax
public class CameraMediaDescription

The CameraMediaDescription type exposes the following members.

Constructors
 NameDescription
Public methodCameraMediaDescription(String, Int32)Initializes a new instance of the CameraMediaDescription class
Public methodCameraMediaDescription(MediaType, Int32, String, Byte)Initializes a new instance of the CameraMediaDescription class
Top
Properties
 NameDescription
Public propertyBandwidthLines 
Public propertyControlLine 
Public propertyFmtpLine 
Public propertyLines 
Public propertyMediaFormat The MediaFormat of the MediaDescription
Public propertyMediaPort The MediaPort of the MediaDescription
Public propertyMediaProtocol The MediaProtocol of the MediaDescription
Public propertyMediaType The MediaType of the MediaDescription
Public propertyRtpMapLine 
Top
Methods
 NameDescription
Public methodToString 
Top
See Also