MediaCodec.ParameterKeySuspendTime Field

Definition

When #PARAMETER_KEY_SUSPEND is present, the client can also optionally use this key to specify the timestamp (in micro-second) at which the suspend/resume operation takes effect.

[Android.Runtime.Register("PARAMETER_KEY_SUSPEND_TIME", ApiSince=29)]
public const string ParameterKeySuspendTime;
[<Android.Runtime.Register("PARAMETER_KEY_SUSPEND_TIME", ApiSince=29)>]
val mutable ParameterKeySuspendTime : string

Field Value

Attributes

Remarks

When #PARAMETER_KEY_SUSPEND is present, the client can also optionally use this key to specify the timestamp (in micro-second) at which the suspend/resume operation takes effect.

Note that the specified timestamp must be greater than or equal to the timestamp of any previously queued suspend/resume operations.

The value is a long int, indicating the timestamp to suspend/resume.

Java documentation for android.media.MediaCodec.PARAMETER_KEY_SUSPEND_TIME.

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