MediaCodecInfo.CodecCapabilities.COLORFormatRawBayer8bitcompressed フィールド

定義

注意事項

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

SMIA 8ビット圧縮バイエルフォーマット。

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

フィールド値

Value = 32
属性

注釈

SMIA 8ビット圧縮バイエルフォーマット。 各バイトは、SMIA 機能仕様で定義されている DPCM/PCM 圧縮を使用して 8 ビットに圧縮された 10 ビット信号のサンプルを表します。

の Java ドキュメント android.media.MediaCodecInfo.CodecCapabilities.COLOR_FormatRawBayer8bitcompressed

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

適用対象