AudioTimebase Enum

Definition

public enum AudioTimebase
type AudioTimebase = 
Inheritance
AudioTimebase

Fields

Name Value Description
Monotonic 0

Clock monotonic or its equivalent on the system, in the same units and timebase as System.nanoTime().

Android reference for android.media.AudioTimestamp.TIMEBASE_MONOTONIC.

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.

Boottime 1

Clock monotonic including suspend time or its equivalent on the system, in the same units and timebase as SystemClock.elapsedRealtimeNanos().

Android reference for android.media.AudioTimestamp.TIMEBASE_BOOTTIME.

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.

Remarks

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