Class SyncParams
public class SyncParams : JVMBridgeBase<SyncParams>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition
- Inheritance
-
SyncParams
- Implements
- Extension Methods
Constructors
SyncParams()
public SyncParams()
SyncParams(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 SyncParams(IJVMBridgeBaseInitializer initializer)
Parameters
initializerIJVMBridgeBaseInitializer
Properties
AUDIO_ADJUST_MODE_DEFAULT
public static int AUDIO_ADJUST_MODE_DEFAULT { get; set; }
Property Value
AUDIO_ADJUST_MODE_RESAMPLE
public static int AUDIO_ADJUST_MODE_RESAMPLE { get; set; }
Property Value
AUDIO_ADJUST_MODE_STRETCH
public static int AUDIO_ADJUST_MODE_STRETCH { get; set; }
Property Value
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
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
SYNC_SOURCE_AUDIO
public static int SYNC_SOURCE_AUDIO { get; set; }
Property Value
SYNC_SOURCE_DEFAULT
public static int SYNC_SOURCE_DEFAULT { get; set; }
Property Value
SYNC_SOURCE_SYSTEM_CLOCK
public static int SYNC_SOURCE_SYSTEM_CLOCK { get; set; }
Property Value
SYNC_SOURCE_VSYNC
public static int SYNC_SOURCE_VSYNC { get; set; }
Property Value
Methods
AllowDefaults()
public SyncParams AllowDefaults()
Returns
CreatePoolableInstance()
HPA initializer for SyncParams()
public static SyncParams CreatePoolableInstance()
Returns
GetAudioAdjustMode()
public int GetAudioAdjustMode()
Returns
GetFrameRate()
public float GetFrameRate()
Returns
GetSyncSource()
public int GetSyncSource()
Returns
GetTolerance()
public float GetTolerance()
Returns
SetAudioAdjustMode(int)
public SyncParams SetAudioAdjustMode(int arg0)
Parameters
Returns
SetFrameRate(float)
public SyncParams SetFrameRate(float arg0)
Parameters
Returns
SetSyncSource(int)
public SyncParams SetSyncSource(int arg0)
Parameters
Returns
SetTolerance(float)
public SyncParams SetTolerance(float arg0)