Share via


AudioTrackSupportInfo.Degradation プロパティ

定義

オーディオ デコーダーによって AudioTrack に適用される劣化の種類 (存在する場合) を示す値を取得します。

public:
 property AudioDecoderDegradation Degradation { AudioDecoderDegradation get(); };
AudioDecoderDegradation Degradation();
public AudioDecoderDegradation Degradation { get; }
var audioDecoderDegradation = audioTrackSupportInfo.degradation;
Public ReadOnly Property Degradation As AudioDecoderDegradation

プロパティ値

オーディオ デコーダーによって AudioTrack に適用される劣化の種類 (存在する場合)。

適用対象