DataSpace.TransferSmpte170m Field

Definition

Caution

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

SMPTE 170M transfer.

[Android.Runtime.Register("TRANSFER_SMPTE_170M", ApiSince=33)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Hardware.DataSpaceTransfer enum directly instead of this field.", true)]
public const Android.Hardware.DataSpaceTransfer TransferSmpte170m = 12582912;
[<Android.Runtime.Register("TRANSFER_SMPTE_170M", ApiSince=33)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Hardware.DataSpaceTransfer enum directly instead of this field.", true)>]
val mutable TransferSmpte170m : Android.Hardware.DataSpaceTransfer

Field Value

Value = 12582912
Attributes

Remarks

SMPTE 170M transfer.

{@code
            Transfer characteristic curve:
            E = 1.099 * L ^ 0.45 - 0.099  for 0.018 <= L <= 1
              = 4.500 * L                 for 0 <= L < 0.018
                L - luminance of image 0 <= L <= 1 for conventional colorimetry
                E - corresponding electrical signal}

Use for YCbCr formats.

Java documentation for android.hardware.DataSpace.TRANSFER_SMPTE_170M.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to