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

Int64
Attributes

Remarks

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