Table of Contents

Class MediaStore.Audio.AudioColumns

Namespace
Android.Provider
Assembly
MASES.Netdroid.dll
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

initializer IJVMBridgeBaseInitializer

Properties

ALBUM_ID

public static String ALBUM_ID { get; set; }

Property Value

String

ALBUM_KEY

[Obsolete("Deprecated in JVM")]
public static String ALBUM_KEY { get; set; }

Property Value

String

ARTIST_ID

public static String ARTIST_ID { get; set; }

Property Value

String

ARTIST_KEY

[Obsolete("Deprecated in JVM")]
public static String ARTIST_KEY { get; set; }

Property Value

String

BITS_PER_SAMPLE

public static String BITS_PER_SAMPLE { get; set; }

Property Value

String

BOOKMARK

public static String BOOKMARK { get; set; }

Property Value

String

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

GENRE

public static String GENRE { get; set; }

Property Value

String

GENRE_ID

public static String GENRE_ID { get; set; }

Property Value

String

GENRE_KEY

[Obsolete("Deprecated in JVM")]
public static String GENRE_KEY { get; set; }

Property Value

String

IS_ALARM

public static String IS_ALARM { get; set; }

Property Value

String

IS_AUDIOBOOK

public static String IS_AUDIOBOOK { get; set; }

Property Value

String

IS_MUSIC

public static String IS_MUSIC { get; set; }

Property Value

String

IS_NOTIFICATION

public static String IS_NOTIFICATION { get; set; }

Property Value

String

IS_PODCAST

public static String IS_PODCAST { get; set; }

Property Value

String

IS_RECORDING

public static String IS_RECORDING { get; set; }

Property Value

String

IS_RINGTONE

public static String IS_RINGTONE { get; set; }

Property Value

String

IsBridgeAbstract

true if the BridgeClassName is an abstract class, i.e. cannot be created an instance

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

true if the BridgeClassName implements java.lang.AutoCloseable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

true if the BridgeClassName is an interface, i.e. does not have any public constructor

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

true if the BridgeClassName is a static class, i.e. does not have any public constructor

public override bool IsBridgeStatic { get; }

Property Value

bool

SAMPLERATE

public static String SAMPLERATE { get; set; }

Property Value

String

TITLE_KEY

[Obsolete("Deprecated in JVM")]
public static String TITLE_KEY { get; set; }

Property Value

String

TITLE_RESOURCE_URI

public static String TITLE_RESOURCE_URI { get; set; }

Property Value

String

TRACK

public static String TRACK { get; set; }

Property Value

String

YEAR

public static String YEAR { get; set; }

Property Value

String