Share via


MediaItemInfo.DataTypeSpeedSettingCuePoints Field

Definition

The media item includes time-dependent speed information (for example, slow motion cue points).

[Android.Runtime.Register("DATA_TYPE_SPEED_SETTING_CUE_POINTS", ApiSince=35)]
public const long DataTypeSpeedSettingCuePoints = 128;
[<Android.Runtime.Register("DATA_TYPE_SPEED_SETTING_CUE_POINTS", ApiSince=35)>]
val mutable DataTypeSpeedSettingCuePoints : int64

Field Value

Value = 128

Implements

Attributes

Remarks

The media item includes time-dependent speed information (for example, slow motion cue points).

Java documentation for android.media.metrics.MediaItemInfo.DATA_TYPE_SPEED_SETTING_CUE_POINTS.

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