AdaptiveMediaSourceDiagnosticAvailableEventArgs.SegmentId Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the segment ID of the media segment to which the diagnostic information applies.
public:
property IReference<unsigned long long> ^ SegmentId { IReference<unsigned long long> ^ get(); };
IReference<uint64_t> SegmentId();
public System.Nullable<ulong> SegmentId { get; }
var iReference = adaptiveMediaSourceDiagnosticAvailableEventArgs.segmentId;
Public ReadOnly Property SegmentId As Nullable(Of ULong)
Property Value
The segment ID of the media segment to which the diagnostic information applies.