Class AudioMetadata.Format
public class AudioMetadata.Format : JVMBridgeBase<AudioMetadata.Format>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition
- Inheritance
-
AudioMetadata.Format
- Implements
- Extension Methods
Constructors
Format(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 Format(IJVMBridgeBaseInitializer initializer)
Parameters
initializerIJVMBridgeBaseInitializer
Properties
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
KEY_ATMOS_PRESENT
public static AudioMetadata.Key KEY_ATMOS_PRESENT { get; set; }
Property Value
KEY_AUDIO_ENCODING
public static AudioMetadata.Key KEY_AUDIO_ENCODING { get; set; }
Property Value
KEY_BIT_RATE
public static AudioMetadata.Key KEY_BIT_RATE { get; set; }
Property Value
KEY_BIT_WIDTH
public static AudioMetadata.Key KEY_BIT_WIDTH { get; set; }
Property Value
KEY_CHANNEL_MASK
public static AudioMetadata.Key KEY_CHANNEL_MASK { get; set; }
Property Value
KEY_MIME
public static AudioMetadata.Key KEY_MIME { get; set; }
Property Value
KEY_PRESENTATION_CONTENT_CLASSIFIER
public static AudioMetadata.Key KEY_PRESENTATION_CONTENT_CLASSIFIER { get; set; }
Property Value
KEY_PRESENTATION_ID
public static AudioMetadata.Key KEY_PRESENTATION_ID { get; set; }
Property Value
KEY_PRESENTATION_LANGUAGE
public static AudioMetadata.Key KEY_PRESENTATION_LANGUAGE { get; set; }
Property Value
KEY_PROGRAM_ID
public static AudioMetadata.Key KEY_PROGRAM_ID { get; set; }
Property Value
KEY_SAMPLE_RATE
public static AudioMetadata.Key KEY_SAMPLE_RATE { get; set; }