TimedMetaData(Int64, Byte[]) Constructor

Definition

Constructor.

[Android.Runtime.Register(".ctor", "(J[B)V", "", ApiSince=29)]
public TimedMetaData (long timestampUs, byte[] metaData);
[<Android.Runtime.Register(".ctor", "(J[B)V", "", ApiSince=29)>]
new Android.Media.TimedMetaData : int64 * byte[] -> Android.Media.TimedMetaData

Parameters

timestampUs
Int64

the timestamp in microsecond for the timed metadata

metaData
Byte[]

the metadata array for the timed metadata. No data copying is made. It should not be null.

Attributes

Remarks

Constructor.

Java documentation for android.media.TimedMetaData.TimedMetaData(long, byte[]).

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