Table of Contents

Class MediaCodecList

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

Constructors

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

Parameters

initializer IJVMBridgeBaseInitializer

MediaCodecList(int)

public MediaCodecList(int arg0)

Parameters

arg0 int

int

Properties

ALL_CODECS

public static int ALL_CODECS { get; set; }

Property Value

int

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

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

REGULAR_CODECS

public static int REGULAR_CODECS { get; set; }

Property Value

int

Methods

CreatePoolableInstance(int)

HPA initializer for MediaCodecList(int arg0)

public static MediaCodecList CreatePoolableInstance(int arg0)

Parameters

arg0 int

Returns

MediaCodecList

FindDecoderForFormat(MediaFormat)

public String FindDecoderForFormat(MediaFormat arg0)

Parameters

arg0 MediaFormat

MediaFormat

Returns

String

String

FindEncoderForFormat(MediaFormat)

public String FindEncoderForFormat(MediaFormat arg0)

Parameters

arg0 MediaFormat

MediaFormat

Returns

String

String

GetCodecCount()

[Obsolete("Deprecated in JVM")]
public static int GetCodecCount()

Returns

int

int

GetCodecInfoAt(int)

[Obsolete("Deprecated in JVM")]
public static MediaCodecInfo GetCodecInfoAt(int arg0)

Parameters

arg0 int

int

Returns

MediaCodecInfo

MediaCodecInfo

GetCodecInfos()

public MediaCodecInfo[] GetCodecInfos()

Returns

MediaCodecInfo[]

MediaCodecInfo