Freigeben über


MediaFormat.ColorTransferLinear Field

Definition

Caution

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

Linear transfer characteristic curve.

[Android.Runtime.Register("COLOR_TRANSFER_LINEAR", ApiSince=24)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Media.ColorTransfer enum directly instead of this field.", true)]
public const Android.Media.ColorTransfer ColorTransferLinear = 1;
[<Android.Runtime.Register("COLOR_TRANSFER_LINEAR", ApiSince=24)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Media.ColorTransfer enum directly instead of this field.", true)>]
val mutable ColorTransferLinear : Android.Media.ColorTransfer

Field Value

Value = 1
Attributes

Remarks

Linear transfer characteristic curve.

Java documentation for android.media.MediaFormat.COLOR_TRANSFER_LINEAR.

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