Click or drag to resize
RtspTrackInfo Class
Stores information of a media track control. An RTSP Session may have multiple tracks such as Audio and Video.
Inheritance Hierarchy
SystemObject
  StreamCodersTrackInfo
    StreamCoders.RtspRtspTrackInfo

Namespace: StreamCoders.Rtsp
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public sealed class RtspTrackInfo : TrackInfo

The RtspTrackInfo type exposes the following members.

Constructors
  NameDescription
Public methodRtspTrackInfo
Initializes a new instance of the RtspTrackInfo class
Top
Properties
  NameDescription
Public propertyCodec
The codec used in this particular track.
(Inherited from TrackInfo.)
Public propertyFmtp
Public propertyInfoHeader
Public propertyMedia
Contains codec specific configuration.
(Inherited from TrackInfo.)
Public propertyMediaContentType
Contains general category of this track
(Inherited from TrackInfo.)
Public propertyPayloadType
Public propertyTrackId
Public propertyTrackNumber
The track number uniquely identifies the track in a container.
(Inherited from TrackInfo.)
Top
Methods
  NameDescription
Public methodShallowCopy
Creates a shallow copy of TrackInfo using MemberwiseClone
(Inherited from TrackInfo.)
Top
Fields
  NameDescription
Public fieldChannelId
Sets the ChannelId ID if TCP interleaving is used.
Public fieldInterleavePresent
Indicates whether the server response (Setup-200) included TCP interleave information. If this feature was requested by the client setup, then this field indicates whether the server supports this feature.
Public fieldMediaAttribute
Contains the SDP media attribute selected for this particular track.
Public fieldMulticastGroupRtcpEndpoint
In case of multicast stream setup, this will contain the RTCP Group IP:port pair.
Public fieldMulticastGroupRtpEndpoint
In case of multicast stream setup, this will contain the RTP Group IP:port pair.
Public fieldMulticastPresent
Indicates whether the server response (Setup-200) included multicast information. If this feature was requested by the client setup, then this field indicates whether the server supports this feature.
Public fieldSdpSessionOwnerAddress
Contains the address of the SDP session owner.
Public fieldSyncSource
The Ssrc (synchronization source) of the sender.
Public fieldSyncSourceProvided
Indicates whether a valid SyncSource was received.
Public fieldTrackUrl
Sets the Track ID.
Public fieldUdpRtcpServerPort
Server side UDP/RTCP port if UDP unicast mode.
Public fieldUdpRtpServerPort
Server side UDP/RTP port if UDP unicast mode.
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