MediaFormat.ColorTransferSdrVideo Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Caution
This constant will be removed in the future version. Use Android.Media.ColorTransfer enum directly instead of this field.
SMPTE 170M transfer characteristic curve used by BT.
[Android.Runtime.Register("COLOR_TRANSFER_SDR_VIDEO", 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 ColorTransferSdrVideo = 3;
[<Android.Runtime.Register("COLOR_TRANSFER_SDR_VIDEO", 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 ColorTransferSdrVideo : Android.Media.ColorTransfer
Field Value
Value = 3- Attributes
Remarks
SMPTE 170M transfer characteristic curve used by BT.601/BT.709/BT.2020. This is the curve used by most non-HDR video content.
Java documentation for android.media.MediaFormat.COLOR_TRANSFER_SDR_VIDEO
.
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.