PartialMediaFailureDetectedEventArgs.StreamKind 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 a value indicating whether the stream that failed to decode contains audio or video.
public:
property FailedMediaStreamKind StreamKind { FailedMediaStreamKind get(); };
FailedMediaStreamKind StreamKind();
public FailedMediaStreamKind StreamKind { get; }
var failedMediaStreamKind = partialMediaFailureDetectedEventArgs.streamKind;
Public ReadOnly Property StreamKind As FailedMediaStreamKind
Property Value
A value indicating whether the stream that failed to decode contains audio or video.