Class VideoProfile
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
initializerIJVMBridgeBaseInitializer
VideoProfile(int)
public VideoProfile(int arg0)
Parameters
VideoProfile(int, int)
public VideoProfile(int arg0, int arg1)
Parameters
Properties
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
CREATOR
public static Parcelable.Creator CREATOR { 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
QUALITY_DEFAULT
public static int QUALITY_DEFAULT { get; set; }
Property Value
QUALITY_HIGH
public static int QUALITY_HIGH { get; set; }
Property Value
QUALITY_LOW
public static int QUALITY_LOW { get; set; }
Property Value
QUALITY_MEDIUM
public static int QUALITY_MEDIUM { get; set; }
Property Value
STATE_AUDIO_ONLY
public static int STATE_AUDIO_ONLY { get; set; }
Property Value
STATE_BIDIRECTIONAL
public static int STATE_BIDIRECTIONAL { get; set; }
Property Value
STATE_PAUSED
public static int STATE_PAUSED { get; set; }
Property Value
STATE_RX_ENABLED
public static int STATE_RX_ENABLED { get; set; }
Property Value
STATE_TX_ENABLED
public static int STATE_TX_ENABLED { get; set; }
Property Value
Methods
CreatePoolableInstance(int)
HPA initializer for VideoProfile(int arg0)
public static VideoProfile CreatePoolableInstance(int arg0)
Parameters
arg0int
Returns
CreatePoolableInstance(int, int)
HPA initializer for VideoProfile(int arg0, int arg1)
public static VideoProfile CreatePoolableInstance(int arg0, int arg1)
Parameters
Returns
DescribeContents()
public int DescribeContents()
Returns
GetQuality()
public int GetQuality()
Returns
GetVideoState()
public int GetVideoState()
Returns
IsAudioOnly(int)
public static bool IsAudioOnly(int arg0)
Parameters
Returns
IsBidirectional(int)
public static bool IsBidirectional(int arg0)
Parameters
Returns
IsPaused(int)
public static bool IsPaused(int arg0)
Parameters
Returns
IsReceptionEnabled(int)
public static bool IsReceptionEnabled(int arg0)
Parameters
Returns
IsTransmissionEnabled(int)
https://developer.android.com/reference/android/telecom/VideoProfile.html#isTransmissionEnabled(int)
public static bool IsTransmissionEnabled(int arg0)
Parameters
Returns
IsVideo(int)
public static bool IsVideo(int arg0)
Parameters
Returns
VideoStateToString(int)
public static String VideoStateToString(int arg0)
Parameters
Returns
WriteToParcel(Parcel, int)
public void WriteToParcel(Parcel arg0, int arg1)