Class AudioProfile
public class AudioProfile : Parcelable, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition, IParcelable
- Inheritance
-
AudioProfile
- Implements
- Inherited Members
- Extension Methods
Constructors
AudioProfile(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 AudioProfile(IJVMBridgeBaseInitializer initializer)
Parameters
initializerIJVMBridgeBaseInitializer
Properties
AUDIO_ENCAPSULATION_TYPE_IEC61937
public static int AUDIO_ENCAPSULATION_TYPE_IEC61937 { get; set; }
Property Value
AUDIO_ENCAPSULATION_TYPE_NONE
public static int AUDIO_ENCAPSULATION_TYPE_NONE { get; set; }
Property Value
AUDIO_ENCAPSULATION_TYPE_PCM
https://developer.android.com/reference/android/media/AudioProfile.html#AUDIO_ENCAPSULATION_TYPE_PCM
public static int AUDIO_ENCAPSULATION_TYPE_PCM { get; set; }
Property Value
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
Methods
DescribeContents()
public int DescribeContents()
Returns
GetChannelIndexMasks()
public int[] GetChannelIndexMasks()
Returns
GetChannelMasks()
public int[] GetChannelMasks()
Returns
GetEncapsulationType()
public int GetEncapsulationType()
Returns
GetFormat()
public int GetFormat()
Returns
GetSampleRates()
public int[] GetSampleRates()
Returns
WriteToParcel(Parcel, int)
public void WriteToParcel(Parcel arg0, int arg1)