MediaExtractor.SampleFlagEncrypted フィールド

定義

注意事項

This constant will be removed in the future version. Use Android.Media.MediaExtractorSampleFlags enum directly instead of this field.

サンプルは (少なくとも部分的に) 暗号化されています。 android.media.MediaCodec#queueSecureInputBuffer

[Android.Runtime.Register("SAMPLE_FLAG_ENCRYPTED")]
[System.Obsolete("This constant will be removed in the future version. Use Android.Media.MediaExtractorSampleFlags enum directly instead of this field.", true)]
public const Android.Media.MediaExtractorSampleFlags SampleFlagEncrypted = 2;
[<Android.Runtime.Register("SAMPLE_FLAG_ENCRYPTED")>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Media.MediaExtractorSampleFlags enum directly instead of this field.", true)>]
val mutable SampleFlagEncrypted : Android.Media.MediaExtractorSampleFlags

フィールド値

Value = 2
属性

注釈

サンプルは (少なくとも部分的に) 暗号化されています。 android.media.MediaCodec#queueSecureInputBuffer

android.media.MediaExtractor.SAMPLE_FLAG_ENCRYPTEDJava ドキュメント。

このページの一部は、によって作成および共有された作業に基づく変更であり、に記載されている条件に従って使用されます。

適用対象