Share via


MandatoryStreamCombination.MandatoryStreamInformation.Get10BitFormat Method

Definition

Retrieve the mandatory stream 10-bit format for 10-bit capable streams.

[Android.Runtime.Register("get10BitFormat", "()I", "", ApiSince=33)]
public int Get10BitFormat ();
[<Android.Runtime.Register("get10BitFormat", "()I", "", ApiSince=33)>]
member this.Get10BitFormat : unit -> int

Returns

integer format.

Attributes

Remarks

Retrieve the mandatory stream 10-bit format for 10-bit capable streams.

In case #is10BitCapable() returns true, then this method will return the corresponding 10-bit output Surface pixel format. Depending on the stream type it will be either ImageFormat#PRIVATE or ImageFormat#YCBCR_P010.

Java documentation for android.hardware.camera2.params.MandatoryStreamCombination.MandatoryStreamInformation.get10BitFormat().

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