AdaptiveMediaSourceDiagnosticAvailableEventArgs.SegmentId Property

Definition

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

IReference<UInt64>

Nullable<UInt64>

Windows.Foundation.IReference

IReference<uint64_t>

The segment ID of the media segment to which the diagnostic information applies.

Applies to