MediaCodec.QueueRequest.SetLongParameter(String, Int64) 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.
Add a long parameter.
[Android.Runtime.Register("setLongParameter", "(Ljava/lang/String;J)Landroid/media/MediaCodec$QueueRequest;", "", ApiSince=30)]
public Android.Media.MediaCodec.QueueRequest SetLongParameter(string key, long value);
[<Android.Runtime.Register("setLongParameter", "(Ljava/lang/String;J)Landroid/media/MediaCodec$QueueRequest;", "", ApiSince=30)>]
member this.SetLongParameter : string * int64 -> Android.Media.MediaCodec.QueueRequest
Parameters
- key
- String
- value
- Int64
Returns
this object. This value cannot be null.
- Attributes
Remarks
To be added.
Android reference for android.media.MediaCodec.QueueRequest.setLongParameter.
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.