Class MediaStore.Audio.AudioColumns
public class MediaStore.Audio.AudioColumns : MediaStore.MediaColumns, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition, IBaseColumns
- Inheritance
-
MediaStore.Audio.AudioColumns
- Implements
- Derived
- Inherited Members
- Extension Methods
Constructors
AudioColumns(IJVMBridgeBaseInitializer)
Initializer used internally by JCOBridge. Do not use directly.
[Obsolete("This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public AudioColumns(IJVMBridgeBaseInitializer initializer)
Parameters
initializerIJVMBridgeBaseInitializer
Properties
ALBUM_ID
https://developer.android.com/reference/android/provider/MediaStore.Audio.AudioColumns.html#ALBUM_ID
public static String ALBUM_ID { get; set; }
Property Value
ALBUM_KEY
[Obsolete("Deprecated in JVM")]
public static String ALBUM_KEY { get; set; }
Property Value
ARTIST_ID
public static String ARTIST_ID { get; set; }
Property Value
ARTIST_KEY
[Obsolete("Deprecated in JVM")]
public static String ARTIST_KEY { get; set; }
Property Value
BITS_PER_SAMPLE
public static String BITS_PER_SAMPLE { get; set; }
Property Value
BOOKMARK
https://developer.android.com/reference/android/provider/MediaStore.Audio.AudioColumns.html#BOOKMARK
public static String BOOKMARK { get; set; }
Property Value
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
GENRE
public static String GENRE { get; set; }
Property Value
GENRE_ID
https://developer.android.com/reference/android/provider/MediaStore.Audio.AudioColumns.html#GENRE_ID
public static String GENRE_ID { get; set; }
Property Value
GENRE_KEY
[Obsolete("Deprecated in JVM")]
public static String GENRE_KEY { get; set; }
Property Value
IS_ALARM
https://developer.android.com/reference/android/provider/MediaStore.Audio.AudioColumns.html#IS_ALARM
public static String IS_ALARM { get; set; }
Property Value
IS_AUDIOBOOK
public static String IS_AUDIOBOOK { get; set; }
Property Value
IS_MUSIC
https://developer.android.com/reference/android/provider/MediaStore.Audio.AudioColumns.html#IS_MUSIC
public static String IS_MUSIC { get; set; }
Property Value
IS_NOTIFICATION
public static String IS_NOTIFICATION { get; set; }
Property Value
IS_PODCAST
public static String IS_PODCAST { get; set; }
Property Value
IS_RECORDING
public static String IS_RECORDING { get; set; }
Property Value
IS_RINGTONE
public static String IS_RINGTONE { get; set; }
Property Value
IsBridgeAbstract
true if the BridgeClassName is an abstract class, i.e. cannot be created an instance
public override bool IsBridgeAbstract { get; }
Property Value
IsBridgeCloseable
true if the BridgeClassName implements java.lang.AutoCloseable
public override bool IsBridgeCloseable { get; }
Property Value
IsBridgeInterface
true if the BridgeClassName is an interface, i.e. does not have any public constructor
public override bool IsBridgeInterface { get; }
Property Value
IsBridgeStatic
true if the BridgeClassName is a static class, i.e. does not have any public constructor
public override bool IsBridgeStatic { get; }
Property Value
SAMPLERATE
public static String SAMPLERATE { get; set; }
Property Value
TITLE_KEY
[Obsolete("Deprecated in JVM")]
public static String TITLE_KEY { get; set; }
Property Value
TITLE_RESOURCE_URI
public static String TITLE_RESOURCE_URI { get; set; }
Property Value
TRACK
public static String TRACK { get; set; }
Property Value
YEAR
public static String YEAR { get; set; }