Class Sequence
public class Sequence : JVMBridgeBase<Sequence>, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
- Inheritance
-
Sequence
- Implements
- Inherited Members
-
JVMBridgeBase<Sequence>.SExecute<TNewClass, TReturn, TConverter>(IJavaType, string, params object[])
- Extension Methods
Constructors
Sequence()
Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge
public Sequence()
Sequence(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 Sequence(params object[] args)
Parameters
args
object[]
Sequence(float, int)
public Sequence(float arg0, int arg1)
Parameters
Exceptions
Sequence(float, int, int)
public Sequence(float arg0, int arg1, int arg2)
Parameters
Exceptions
Properties
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
DivisionType
public float DivisionType { 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 Closeable
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
MicrosecondLength
public long MicrosecondLength { get; }
Property Value
PPQ
public static float PPQ { get; }
Property Value
PatchList
public Patch[] PatchList { get; }
Property Value
- Patch[]
Resolution
public int Resolution { get; }
Property Value
SMPTE_24
public static float SMPTE_24 { get; }
Property Value
SMPTE_25
public static float SMPTE_25 { get; }
Property Value
SMPTE_30
public static float SMPTE_30 { get; }
Property Value
SMPTE_30DROP
public static float SMPTE_30DROP { get; }
Property Value
TickLength
public long TickLength { get; }
Property Value
Tracks
public Track[] Tracks { get; }
Property Value
- Track[]
Methods
CreateTrack()
public Track CreateTrack()
Returns
DeleteTrack(Track)
public bool DeleteTrack(Track arg0)