Class VolumeShaper.Configuration
public class VolumeShaper.Configuration : Parcelable, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition, IParcelable
- Inheritance
-
VolumeShaper.Configuration
- Implements
- Inherited Members
- Extension Methods
Constructors
Configuration(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 Configuration(IJVMBridgeBaseInitializer initializer)
Parameters
initializerIJVMBridgeBaseInitializer
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
CUBIC_RAMP
public static VolumeShaper.Configuration CUBIC_RAMP { get; set; }
Property Value
INTERPOLATOR_TYPE_CUBIC
public static int INTERPOLATOR_TYPE_CUBIC { get; set; }
Property Value
INTERPOLATOR_TYPE_CUBIC_MONOTONIC
public static int INTERPOLATOR_TYPE_CUBIC_MONOTONIC { get; set; }
Property Value
INTERPOLATOR_TYPE_LINEAR
public static int INTERPOLATOR_TYPE_LINEAR { get; set; }
Property Value
INTERPOLATOR_TYPE_STEP
public static int INTERPOLATOR_TYPE_STEP { 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
LINEAR_RAMP
public static VolumeShaper.Configuration LINEAR_RAMP { get; set; }
Property Value
SCURVE_RAMP
public static VolumeShaper.Configuration SCURVE_RAMP { get; set; }
Property Value
SINE_RAMP
public static VolumeShaper.Configuration SINE_RAMP { get; set; }
Property Value
Methods
DescribeContents()
public int DescribeContents()
Returns
GetDuration()
public long GetDuration()
Returns
GetInterpolatorType()
public int GetInterpolatorType()
Returns
GetMaximumCurvePoints()
public static int GetMaximumCurvePoints()
Returns
GetTimes()
public float[] GetTimes()
Returns
GetVolumes()
public float[] GetVolumes()
Returns
WriteToParcel(Parcel, int)
public void WriteToParcel(Parcel arg0, int arg1)