Class AudioFileFormat.Type
public class AudioFileFormat.Type : JVMBridgeBase<AudioFileFormat.Type>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition
- Inheritance
-
AudioFileFormat.Type
- Implements
- Extension Methods
Constructors
Type(String, String)
public Type(String arg0, String arg1)
Parameters
Type(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 Type(IJVMBridgeBaseInitializer initializer)
Parameters
initializerIJVMBridgeBaseInitializer
Properties
AIFC
public static AudioFileFormat.Type AIFC { get; set; }
Property Value
AIFF
public static AudioFileFormat.Type AIFF { get; set; }
Property Value
AU
public static AudioFileFormat.Type AU { get; set; }
Property Value
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
Extension
public String Extension { 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
SND
public static AudioFileFormat.Type SND { get; set; }
Property Value
WAVE
public static AudioFileFormat.Type WAVE { get; set; }
Property Value
Methods
CreatePoolableInstance(String, String)
HPA initializer for Type(Java.Lang.String arg0, Java.Lang.String arg1)
public static AudioFileFormat.Type CreatePoolableInstance(String arg0, String arg1)