RtspTrackInfo Class |
Namespace: StreamCoders.Rtsp
The RtspTrackInfo type exposes the following members.
Name | Description | |
---|---|---|
RtspTrackInfo | Initializes a new instance of the RtspTrackInfo class |
Name | Description | |
---|---|---|
Codec |
The codec used in this particular track.
(Inherited from TrackInfo.) | |
Fmtp | ||
InfoHeader | ||
Media |
Contains codec specific configuration.
(Inherited from TrackInfo.) | |
MediaContentType |
Contains general category of this track
(Inherited from TrackInfo.) | |
PayloadType | ||
TrackId | ||
TrackNumber |
The track number uniquely identifies the track in a container.
(Inherited from TrackInfo.) |
Name | Description | |
---|---|---|
ShallowCopy |
Creates a shallow copy of TrackInfo using MemberwiseClone (Inherited from TrackInfo.) |
Name | Description | |
---|---|---|
ChannelId |
Sets the ChannelId ID if TCP interleaving is used.
| |
InterleavePresent |
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.
| |
MediaAttribute |
Contains the SDP media attribute selected for this particular track.
| |
MulticastGroupRtcpEndpoint |
In case of multicast stream setup, this will contain the RTCP Group IP:port pair.
| |
MulticastGroupRtpEndpoint |
In case of multicast stream setup, this will contain the RTP Group IP:port pair.
| |
MulticastPresent |
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.
| |
SdpSessionOwnerAddress |
Contains the address of the SDP session owner.
| |
SyncSource |
The Ssrc (synchronization source) of the sender.
| |
SyncSourceProvided |
Indicates whether a valid SyncSource was received.
| |
TrackUrl |
Sets the Track ID.
| |
UdpRtcpServerPort |
Server side UDP/RTCP port if UDP unicast mode.
| |
UdpRtpServerPort |
Server side UDP/RTP port if UDP unicast mode.
|
Name | Description | |
---|---|---|
Copy | Overloaded.
Creates a copy of the object.
(Defined by ObjectExtensions.) | |
Copy(Object) | Overloaded.
Creates a deep copy of the object using the supplied object as a target for the copy operation.
(Defined by ObjectExtensions.) |