DiscoveryReportTracks Field |
Tracks discovered from initial Describe method.
Namespace: StreamCoders.Rtsp.ExtensionsAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntaxpublic ReadOnlyCollection<RtspTrackInfo> Tracks
Public Tracks As ReadOnlyCollection(Of RtspTrackInfo)
public:
ReadOnlyCollection<RtspTrackInfo^>^ Tracks
val mutable Tracks: ReadOnlyCollection<RtspTrackInfo>
Field Value
Type:
ReadOnlyCollectionRtspTrackInfo
See Also