Table of Contents

Class MidiFileFormat

Namespace
Javax.Sound.Midi
Assembly
MASES.JNet.dll
public class MidiFileFormat : JVMBridgeBase<MidiFileFormat>, IDynamicMetaObjectProvider, IJVMBridgeCore, 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(int, float, int, int, long)

public MidiFileFormat(int arg0, float arg1, int arg2, int arg3, long arg4)

Parameters

arg0 int

int

arg1 float

float

arg2 int

int

arg3 int

int

arg4 long

long

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

arg0 int

int

arg1 float

float

arg2 int

int

arg3 int

int

arg4 long

long

arg5 Map<String, object>

Map

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

args object[]

Properties

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

ByteLength

public int ByteLength { get; }

Property Value

int

DivisionType

public float DivisionType { get; }

Property Value

float

IsBridgeAbstract

true if the BridgeClassName is an abstract class, i.e. cannot be created an instance

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

true if the BridgeClassName implements Closeable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

true if the BridgeClassName is an interface, i.e. does not have any public constructor

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

true if the BridgeClassName is a static class, i.e. does not have any public constructor

public override bool IsBridgeStatic { get; }

Property Value

bool

MicrosecondLength

public long MicrosecondLength { get; }

Property Value

long

Resolution

public int Resolution { get; }

Property Value

int

Type

public int Type { get; }

Property Value

int

UNKNOWN_LENGTH

public static int UNKNOWN_LENGTH { get; }

Property Value

int

Methods

GetProperty(String)

public object GetProperty(String arg0)

Parameters

arg0 String

String

Returns

object

object

Properties()

public Map<String, object> Properties()

Returns

Map<String, object>

Map