Class MidiFileFormat
https://docs.oracle.com/en/java/javase/11/docs/api/java.desktop/javax/sound/midi/MidiFileFormat.html
public class MidiFileFormat : JVMBridgeBase<MidiFileFormat>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBase>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
- Inheritance
-
MidiFileFormat
- Implements
- Inherited Members
- Extension Methods
Constructors
MidiFileFormat()
Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge
public MidiFileFormat()
MidiFileFormat(IJVMBridgeBaseInitializer)
Internal constructor: used internally from JCOBridge
[Obsolete("This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public MidiFileFormat(IJVMBridgeBaseInitializer initializer)
Parameters
initializerIJVMBridgeBaseInitializer
MidiFileFormat(int, float, int, int, long)
public MidiFileFormat(int arg0, float arg1, int arg2, int arg3, long arg4)
Parameters
MidiFileFormat(int, float, int, int, long, Map<String, object>)
public MidiFileFormat(int arg0, float arg1, int arg2, int arg3, long arg4, Map<String, object> arg5)
Parameters
MidiFileFormat(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 MidiFileFormat(params object[] args)
Parameters
argsobject[]
Properties
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
ByteLength
public int ByteLength { 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
Resolution
public int Resolution { get; }
Property Value
Type
public int Type { get; }
Property Value
UNKNOWN_LENGTH
public static int UNKNOWN_LENGTH { get; }
Property Value
Methods
GetProperty(String)
public object GetProperty(String arg0)
Parameters
Returns
Properties()
public Map<String, object> Properties()