共用方式為


VideoTrackSupportInfo.DecoderStatus 屬性

定義

取得影片解碼器的狀態,該解碼器會解碼 VideoTrack,包括視訊播放軌的編碼是否完全支援或部分支援。

public:
 property MediaDecoderStatus DecoderStatus { MediaDecoderStatus get(); };
MediaDecoderStatus DecoderStatus();
public MediaDecoderStatus DecoderStatus { get; }
var mediaDecoderStatus = videoTrackSupportInfo.decoderStatus;
Public ReadOnly Property DecoderStatus As MediaDecoderStatus

屬性值

正在解碼 VideoTrack的視訊解碼器狀態。

適用於