Table of Contents

Class VideoProfile

Namespace
Android.Telecom
Assembly
MASES.Netdroid.dll
public class VideoProfile : Parcelable, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition, IParcelable
Inheritance
VideoProfile
Implements
Inherited Members
Extension Methods

Constructors

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

Parameters

initializer IJVMBridgeBaseInitializer

VideoProfile(int)

public VideoProfile(int arg0)

Parameters

arg0 int

int

VideoProfile(int, int)

public VideoProfile(int arg0, int arg1)

Parameters

arg0 int

int

arg1 int

int

Properties

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

CREATOR

public static Parcelable.Creator CREATOR { get; set; }

Property Value

Parcelable.Creator

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

QUALITY_DEFAULT

public static int QUALITY_DEFAULT { get; set; }

Property Value

int

QUALITY_HIGH

public static int QUALITY_HIGH { get; set; }

Property Value

int

QUALITY_LOW

public static int QUALITY_LOW { get; set; }

Property Value

int

QUALITY_MEDIUM

public static int QUALITY_MEDIUM { get; set; }

Property Value

int

STATE_AUDIO_ONLY

public static int STATE_AUDIO_ONLY { get; set; }

Property Value

int

STATE_BIDIRECTIONAL

public static int STATE_BIDIRECTIONAL { get; set; }

Property Value

int

STATE_PAUSED

public static int STATE_PAUSED { get; set; }

Property Value

int

STATE_RX_ENABLED

public static int STATE_RX_ENABLED { get; set; }

Property Value

int

STATE_TX_ENABLED

public static int STATE_TX_ENABLED { get; set; }

Property Value

int

Methods

CreatePoolableInstance(int)

HPA initializer for VideoProfile(int arg0)

public static VideoProfile CreatePoolableInstance(int arg0)

Parameters

arg0 int

Returns

VideoProfile

CreatePoolableInstance(int, int)

HPA initializer for VideoProfile(int arg0, int arg1)

public static VideoProfile CreatePoolableInstance(int arg0, int arg1)

Parameters

arg0 int
arg1 int

Returns

VideoProfile

DescribeContents()

public int DescribeContents()

Returns

int

int

GetQuality()

public int GetQuality()

Returns

int

int

GetVideoState()

public int GetVideoState()

Returns

int

int

IsAudioOnly(int)

public static bool IsAudioOnly(int arg0)

Parameters

arg0 int

int

Returns

bool

bool

IsBidirectional(int)

public static bool IsBidirectional(int arg0)

Parameters

arg0 int

int

Returns

bool

bool

IsPaused(int)

public static bool IsPaused(int arg0)

Parameters

arg0 int

int

Returns

bool

bool

IsReceptionEnabled(int)

public static bool IsReceptionEnabled(int arg0)

Parameters

arg0 int

int

Returns

bool

bool

IsTransmissionEnabled(int)

public static bool IsTransmissionEnabled(int arg0)

Parameters

arg0 int

int

Returns

bool

bool

IsVideo(int)

public static bool IsVideo(int arg0)

Parameters

arg0 int

int

Returns

bool

bool

VideoStateToString(int)

public static String VideoStateToString(int arg0)

Parameters

arg0 int

int

Returns

String

String

WriteToParcel(Parcel, int)

public void WriteToParcel(Parcel arg0, int arg1)

Parameters

arg0 Parcel

Parcel

arg1 int

int