Table of Contents

Class MediaPlayer.MetricsConstants

Namespace
Android.Media
Assembly
MASES.Netdroid.dll
public class MediaPlayer.MetricsConstants : JVMBridgeBase<MediaPlayer.MetricsConstants>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition
Inheritance
MediaPlayer.MetricsConstants
Implements
Extension Methods

Constructors

MetricsConstants(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 MetricsConstants(IJVMBridgeBaseInitializer initializer)

Parameters

initializer IJVMBridgeBaseInitializer

Properties

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

CODEC_AUDIO

public static String CODEC_AUDIO { get; set; }

Property Value

String

CODEC_VIDEO

public static String CODEC_VIDEO { get; set; }

Property Value

String

DURATION

public static String DURATION { get; set; }

Property Value

String

ERRORS

public static String ERRORS { get; set; }

Property Value

String

ERROR_CODE

public static String ERROR_CODE { get; set; }

Property Value

String

FRAMES

public static String FRAMES { get; set; }

Property Value

String

FRAMES_DROPPED

public static String FRAMES_DROPPED { get; set; }

Property Value

String

HEIGHT

public static String HEIGHT { 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

MIME_TYPE_AUDIO

public static String MIME_TYPE_AUDIO { get; set; }

Property Value

String

MIME_TYPE_VIDEO

public static String MIME_TYPE_VIDEO { get; set; }

Property Value

String

PLAYING

public static String PLAYING { get; set; }

Property Value

String

WIDTH

public static String WIDTH { get; set; }

Property Value

String