MediaTimestamp(Int64, Int64, Single) Constructor
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.
Constructor.
[Android.Runtime.Register(".ctor", "(JJF)V", "", ApiSince=29)]
public MediaTimestamp (long mediaTimeUs, long nanoTimeNs, float clockRate);
[<Android.Runtime.Register(".ctor", "(JJF)V", "", ApiSince=29)>]
new Android.Media.MediaTimestamp : int64 * int64 * single -> Android.Media.MediaTimestamp
Parameters
- mediaTimeUs
- Int64
the media time of the anchor in microseconds
- nanoTimeNs
- Int64
the java.lang.System#nanoTime system time
corresponding to the
media time in nanoseconds.
- clockRate
- Single
the rate of the media clock in relation to the system time.
- Attributes
Remarks
Constructor.
Java documentation for android.media.MediaTimestamp.MediaTimestamp(long, long, float)
.
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.