Table of Contents

Class VolumeShaper.Configuration

Namespace
Android.Media
Assembly
MASES.Netdroid.dll
public class VolumeShaper.Configuration : Parcelable, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition, IParcelable
Inheritance
JVMBridgeBase
JVMBridgeBase<Parcelable>
VolumeShaper.Configuration
Implements
IJVMBridgeCore
IJVMBridgeBaseStatic
IJVMBridgeBase
IJVMBridgeDefinition
Inherited Members
JVMBridgeBase<Parcelable>.IsAssignableFrom(IJavaType)
JVMBridgeBase<Parcelable>.IsAssignableFrom<T>()
JVMBridgeBase<Parcelable>.Execute<T>(params T[])
JVMBridgeBase<Parcelable>.DynBridgeClazz
JVMBridgeBase<Parcelable>.BridgeClazz
JVMBridgeBase.RuntimeClassNameOf<T>()
JVMBridgeBase.ClassNameOf<T>()
JVMBridgeBase.ClassOf<T>()
JVMBridgeBase.WrapsDirect<TNewClass>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass, TReturn>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass, TReturn, TConverter>(IJavaObject)
JVMBridgeBase.MonitorEnter()
JVMBridgeBase.MonitorExit()
JVMBridgeBase.IsInstanceOf(IJavaType)
JVMBridgeBase.IsInstanceOf<T>()
JVMBridgeBase.RuntimeIsInstanceOf<T>()
JVMBridgeBase.CastTo<TNewClass>()
JVMBridgeBase.CastDirect<TNewClass>()
JVMBridgeBase.Dispose()
JVMBridgeBase.ToString()
JVMBridgeBase.GetHashCode()
JVMBridgeBase.Notify()
JVMBridgeBase.NotifyAll()
JVMBridgeBase.Wait()
JVMBridgeBase.DynBridgeInstance
JVMBridgeBase.BridgeInstance
JVMBridgeBase.IsBridgeListener
Extension Methods

Constructors

Configuration()

Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge

public Configuration()

Configuration(params object[])

Generic constructor: it is useful for JCOBridge when there is a derived class which needs to pass arguments to the highest JVMBridgeBase class

public Configuration(params object[] args)

Parameters

args object[]

Properties

BridgeClassName

public override string BridgeClassName { get; }

Property Value

string

CREATOR

public static Parcelable.Creator CREATOR { get; }

Property Value

Parcelable.Creator

CUBIC_RAMP

public static VolumeShaper.Configuration CUBIC_RAMP { get; }

Property Value

VolumeShaper.Configuration

INTERPOLATOR_TYPE_CUBIC

public static int INTERPOLATOR_TYPE_CUBIC { get; }

Property Value

int

INTERPOLATOR_TYPE_CUBIC_MONOTONIC

public static int INTERPOLATOR_TYPE_CUBIC_MONOTONIC { get; }

Property Value

int

INTERPOLATOR_TYPE_LINEAR

public static int INTERPOLATOR_TYPE_LINEAR { get; }

Property Value

int

INTERPOLATOR_TYPE_STEP

public static int INTERPOLATOR_TYPE_STEP { get; }

Property Value

int

IsBridgeAbstract

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

public override bool IsBridgeStatic { get; }

Property Value

bool

LINEAR_RAMP

public static VolumeShaper.Configuration LINEAR_RAMP { get; }

Property Value

VolumeShaper.Configuration

SCURVE_RAMP

public static VolumeShaper.Configuration SCURVE_RAMP { get; }

Property Value

VolumeShaper.Configuration

SINE_RAMP

public static VolumeShaper.Configuration SINE_RAMP { get; }

Property Value

VolumeShaper.Configuration

Methods

DescribeContents()

public int DescribeContents()

Returns

int

int

GetDuration()

public long GetDuration()

Returns

long

long

GetInterpolatorType()

public int GetInterpolatorType()

Returns

int

int

GetMaximumCurvePoints()

public static int GetMaximumCurvePoints()

Returns

int

int

GetTimes()

public float[] GetTimes()

Returns

float[]

float

GetVolumes()

public float[] GetVolumes()

Returns

float[]

float

WriteToParcel(Parcel, int)

public void WriteToParcel(Parcel arg0, int arg1)

Parameters

arg0 Parcel

Parcel

arg1 int

int