Click or drag to resize
MediaCapability Class
Stores Media capabilities for each RTSP substream.
Inheritance Hierarchy
SystemObject
  StreamCoders.Rtsp.ExtensionsMediaCapability

Namespace: StreamCoders.Rtsp.Extensions
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public class MediaCapability

The MediaCapability type exposes the following members.

Constructors
  NameDescription
Public methodMediaCapability
Initializes a new instance of the MediaCapability class
Top
Fields
  NameDescription
Public fieldBitrate
Public fieldChannels
Number of Audio channels (if applicable)
Public fieldClockResolution
Audio clock resolution (if applicable)
Public fieldCodec
Audio/Video Codec used.
Public fieldCustomData
Information describing the custom.
Public fieldDecoderConfig
The decoder configuration.
Public fieldfmtp
The fmtp.
Public fieldFrequency
The frequency.
Public fieldh264Metrics
The 264 metrics.
Public fieldh264ParameterSet
Set the 264 parameter belongs to.
Public fieldHeight
Optional framesize parameter (height) if restrictions apply.
Public fieldInfoHeader
Together with RTCP, the Info header allows easy synchronization after Play or Play-SEEK.
Public fieldPayloadType
Payload type of media.
Public fieldTrackId
Track ID of media.
Public fieldWidth
Optional framesize parameter (width) if restrictions apply.
Top
Extension Methods
  NameDescription
Public Extension MethodCopyOverloaded.
Creates a copy of the object.
(Defined by ObjectExtensions.)
Public Extension MethodCopy(Object)Overloaded.
Creates a deep copy of the object using the supplied object as a target for the copy operation.
(Defined by ObjectExtensions.)
Top
See Also