MandatoryStreamCombination.MandatoryStreamInformation.Get10BitFormat Method
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.
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
.
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.