AdaptiveMediaSourceDiagnosticAvailableEventArgs.SegmentId 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得診斷資訊所套用之媒體區段的區段識別碼。
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)
屬性值
診斷資訊所套用之媒體區段的區段識別碼。