Package microsoft.visualbasic.devices
Class Audio
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- microsoft.visualbasic.devices.Audio
-
- All Implemented Interfaces:
IJCOBridgeReflected
public class Audio extends NetObject
The base .NET class managing Microsoft.VisualBasic.Devices.Audio, Microsoft.VisualBasic.Forms, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a..NET documentation at https://docs.microsoft.com/en-us/dotnet/api/Microsoft.VisualBasic.Devices.Audio
Powered by JCOBridge: more info at https://www.jcobridge.com
- Author:
- MASES s.r.l https://masesgroup.com
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
assemblyFullName
Fully assembly qualified name: Microsoft.VisualBasic.Forms, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3astatic java.lang.String
assemblyShortName
Assembly name: Microsoft.VisualBasic.Formsstatic java.lang.String
className
Qualified class name: Microsoft.VisualBasic.Devices.Audiostatic JCType
classType
The type managed from JCOBridge.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Audio
cast(IJCOBridgeReflected from)
Try to cast theIJCOBridgeReflected
instance intoAudio
, a cast assert is made to check if types are compatible.java.lang.String
getJCOAssemblyName()
Returns the reflected Assembly namejava.lang.String
getJCOClassName()
Returns the reflected Class namejava.lang.Object
getJCOInstance()
Returns the instantiated classjava.lang.String
getJCOObjectName()
Returns the reflected Class name used to build the objectJCType
getJCOType()
Returns the instantiated class Typevoid
Play(byte[] data, AudioPlayMode playMode)
void
Play(java.lang.String location)
void
Play(java.lang.String location, AudioPlayMode playMode)
void
Play(JCORefOut dupParam0, AudioPlayMode dupParam1)
void
Play(Stream stream, AudioPlayMode playMode)
void
PlaySystemSound(SystemSound systemSound)
void
setJCOInstance(JCObject instance)
void
Stop()
-
-
-
Field Detail
-
assemblyFullName
public static final java.lang.String assemblyFullName
Fully assembly qualified name: Microsoft.VisualBasic.Forms, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a- See Also:
- Constant Field Values
-
assemblyShortName
public static final java.lang.String assemblyShortName
Assembly name: Microsoft.VisualBasic.Forms- See Also:
- Constant Field Values
-
className
public static final java.lang.String className
Qualified class name: Microsoft.VisualBasic.Devices.Audio- See Also:
- Constant Field Values
-
-
Method Detail
-
getJCOAssemblyName
public java.lang.String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Assembly name- Specified by:
getJCOAssemblyName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOAssemblyName
in classNetObject
- Returns:
- A
String
representing the Fullname of reflected Assembly
-
getJCOClassName
public java.lang.String getJCOClassName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Class name- Specified by:
getJCOClassName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOClassName
in classNetObject
- Returns:
- A
String
representing the Fullname of reflected Class
-
getJCOObjectName
public java.lang.String getJCOObjectName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Class name used to build the object- Specified by:
getJCOObjectName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOObjectName
in classNetObject
- Returns:
- A
String
representing the name used to allocated the object in CLR context
-
getJCOInstance
public java.lang.Object getJCOInstance()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class- Specified by:
getJCOInstance
in interfaceIJCOBridgeReflected
- Overrides:
getJCOInstance
in classNetObject
- Returns:
- An
Object
representing the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstance
in classNetObject
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class Type- Specified by:
getJCOType
in interfaceIJCOBridgeReflected
- Overrides:
getJCOType
in classNetObject
- Returns:
- A
JCType
representing the CLR Type of the instantiated Class
-
cast
public static Audio cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflected
instance intoAudio
, a cast assert is made to check if types are compatible.- Parameters:
from
-IJCOBridgeReflected
instance to be casted- Returns:
Audio
instance- Throws:
java.lang.Throwable
- in case of error during cast operation
-
Play
public void Play(byte[] data, AudioPlayMode playMode) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException, InvalidEnumArgumentException, WaitHandleCannotBeOpenedException, UriFormatException, FileNotFoundException, AbandonedMutexException, TimeoutException, NotSupportedException, IOException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
PlatformNotSupportedException
InvalidOperationException
ArgumentOutOfRangeException
CultureNotFoundException
ObjectDisposedException
InvalidEnumArgumentException
WaitHandleCannotBeOpenedException
UriFormatException
FileNotFoundException
AbandonedMutexException
TimeoutException
NotSupportedException
IOException
-
Play
public void Play(JCORefOut dupParam0, AudioPlayMode dupParam1) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException, InvalidEnumArgumentException, WaitHandleCannotBeOpenedException, UriFormatException, FileNotFoundException, AbandonedMutexException, TimeoutException, NotSupportedException, IOException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
PlatformNotSupportedException
InvalidOperationException
ArgumentOutOfRangeException
CultureNotFoundException
ObjectDisposedException
InvalidEnumArgumentException
WaitHandleCannotBeOpenedException
UriFormatException
FileNotFoundException
AbandonedMutexException
TimeoutException
NotSupportedException
IOException
-
Play
public void Play(Stream stream, AudioPlayMode playMode) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ObjectDisposedException, InvalidOperationException, IndexOutOfRangeException, ArgumentOutOfRangeException, FormatException, InvalidEnumArgumentException, WaitHandleCannotBeOpenedException, UriFormatException, FileNotFoundException, AbandonedMutexException, AggregateException, TimeoutException, NotSupportedException, IOException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
PlatformNotSupportedException
ObjectDisposedException
InvalidOperationException
IndexOutOfRangeException
ArgumentOutOfRangeException
FormatException
InvalidEnumArgumentException
WaitHandleCannotBeOpenedException
UriFormatException
FileNotFoundException
AbandonedMutexException
AggregateException
TimeoutException
NotSupportedException
IOException
-
Play
public void Play(java.lang.String location, AudioPlayMode playMode) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ObjectDisposedException, InvalidOperationException, IndexOutOfRangeException, ArgumentOutOfRangeException, FormatException, InvalidEnumArgumentException, WaitHandleCannotBeOpenedException, AggregateException, UnreachableException, UriFormatException, FileNotFoundException, AbandonedMutexException, TimeoutException, NotSupportedException, IOException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
PlatformNotSupportedException
ObjectDisposedException
InvalidOperationException
IndexOutOfRangeException
ArgumentOutOfRangeException
FormatException
InvalidEnumArgumentException
WaitHandleCannotBeOpenedException
AggregateException
UnreachableException
UriFormatException
FileNotFoundException
AbandonedMutexException
TimeoutException
NotSupportedException
IOException
-
Play
public void Play(java.lang.String location) throws java.lang.Throwable, ArgumentException, InvalidOperationException, ArgumentNullException, ArgumentOutOfRangeException, IndexOutOfRangeException, PlatformNotSupportedException, FormatException, InvalidEnumArgumentException, WaitHandleCannotBeOpenedException, ObjectDisposedException, AggregateException, UriFormatException, FileNotFoundException, AbandonedMutexException, TimeoutException, NotSupportedException, IOException
- Throws:
java.lang.Throwable
ArgumentException
InvalidOperationException
ArgumentNullException
ArgumentOutOfRangeException
IndexOutOfRangeException
PlatformNotSupportedException
FormatException
InvalidEnumArgumentException
WaitHandleCannotBeOpenedException
ObjectDisposedException
AggregateException
UriFormatException
FileNotFoundException
AbandonedMutexException
TimeoutException
NotSupportedException
IOException
-
PlaySystemSound
public void PlaySystemSound(SystemSound systemSound) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException
-
Stop
public void Stop() throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, MissingMethodException, TargetInvocationException, WaitHandleCannotBeOpenedException
-
-