Gets or sets the Track List of RTP-Info.
Namespace: StreamCoders.RtspAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax public List<RtpInfoStreamUrl> Tracks { get; set; }
Public Property Tracks As List(Of RtpInfoStreamUrl)
Get
Set
public:
property List<RtpInfoStreamUrl^>^ Tracks {
List<RtpInfoStreamUrl^>^ get ();
void set (List<RtpInfoStreamUrl^>^ value);
}
member Tracks : List<RtpInfoStreamUrl> with get, set
Property Value
Type:
ListRtpInfoStreamUrl
Holds RTPInfoStreamURL objects which provide information on the initial properties of
each tracks RTP stream. This includes url, initial sequence number and initial timestamp.
See Also