ExternalStorageStats.AudioBytes Property

Definition

Return the total bytes used by all audio files in the shared/external storage hosted on this volume.

public long AudioBytes { [Android.Runtime.Register("getAudioBytes", "()J", "", ApiSince=26)] get; }
[<get: Android.Runtime.Register("getAudioBytes", "()J", "", ApiSince=26)>]
member this.AudioBytes : int64

Property Value

Attributes

Remarks

Return the total bytes used by all audio files in the shared/external storage hosted on this volume.

This value only includes data which is isolated for each user on a multiuser device. This value does not include any app files which are all accounted under #getAppBytes().

Java documentation for android.app.usage.ExternalStorageStats.getAudioBytes().

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