Click or drag to resize
RtpInfoTracks Property
Gets or sets the Track List of RTP-Info.

Namespace: StreamCoders.Rtsp
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public List<RtpInfoStreamUrl> Tracks { 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