HardwareBuffer.UsageVideoEncode Field

Definition

Usage: The buffer will be read by a hardware video encoder

[Android.Runtime.Register("USAGE_VIDEO_ENCODE", ApiSince=26)]
public const long UsageVideoEncode = 65536;
[<Android.Runtime.Register("USAGE_VIDEO_ENCODE", ApiSince=26)>]
val mutable UsageVideoEncode : int64

Field Value

Value = 65536

Implements

Attributes

Remarks

Usage: The buffer will be read by a hardware video encoder

Java documentation for android.hardware.HardwareBuffer.USAGE_VIDEO_ENCODE.

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