Table of Contents

Class SyncParams

Namespace
Android.Media
Assembly
MASES.Netdroid.dll
public class SyncParams : JVMBridgeBase<SyncParams>, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
Inheritance
JVMBridgeBase
JVMBridgeBase<SyncParams>
SyncParams
Implements
IJVMBridgeCore
IJVMBridgeBaseStatic
IJVMBridgeBase
IJVMBridgeDefinition
Inherited Members
JVMBridgeBase<SyncParams>.IsAssignableFrom(IJavaType)
JVMBridgeBase<SyncParams>.IsAssignableFrom<T>()
JVMBridgeBase<SyncParams>.Execute<T>(params T[])
JVMBridgeBase<SyncParams>.DynBridgeClazz
JVMBridgeBase<SyncParams>.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

SyncParams()

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

public SyncParams()

SyncParams(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 SyncParams(params object[] args)

Parameters

args object[]

Properties

AUDIO_ADJUST_MODE_DEFAULT

public static int AUDIO_ADJUST_MODE_DEFAULT { get; }

Property Value

int

AUDIO_ADJUST_MODE_RESAMPLE

public static int AUDIO_ADJUST_MODE_RESAMPLE { get; }

Property Value

int

AUDIO_ADJUST_MODE_STRETCH

public static int AUDIO_ADJUST_MODE_STRETCH { get; }

Property Value

int

BridgeClassName

public override string BridgeClassName { get; }

Property Value

string

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

SYNC_SOURCE_AUDIO

public static int SYNC_SOURCE_AUDIO { get; }

Property Value

int

SYNC_SOURCE_DEFAULT

public static int SYNC_SOURCE_DEFAULT { get; }

Property Value

int

SYNC_SOURCE_SYSTEM_CLOCK

public static int SYNC_SOURCE_SYSTEM_CLOCK { get; }

Property Value

int

SYNC_SOURCE_VSYNC

public static int SYNC_SOURCE_VSYNC { get; }

Property Value

int

Methods

AllowDefaults()

public SyncParams AllowDefaults()

Returns

SyncParams

SyncParams

GetAudioAdjustMode()

public int GetAudioAdjustMode()

Returns

int

int

GetFrameRate()

public float GetFrameRate()

Returns

float

float

GetSyncSource()

public int GetSyncSource()

Returns

int

int

GetTolerance()

public float GetTolerance()

Returns

float

float

SetAudioAdjustMode(int)

public SyncParams SetAudioAdjustMode(int arg0)

Parameters

arg0 int

int

Returns

SyncParams

SyncParams

SetFrameRate(float)

public SyncParams SetFrameRate(float arg0)

Parameters

arg0 float

float

Returns

SyncParams

SyncParams

SetSyncSource(int)

public SyncParams SetSyncSource(int arg0)

Parameters

arg0 int

int

Returns

SyncParams

SyncParams

SetTolerance(float)

public SyncParams SetTolerance(float arg0)

Parameters

arg0 float

float

Returns

SyncParams

SyncParams