Click or drag to resize

MoverioAudio Class

This class controls the audio installed in the Moverio.
Inheritance Hierarchy
SystemObject
  Object
    Component
      Behaviour
        MonoBehaviour
          MoverioBasicFunctionUnityPluginMoverioAudio

Namespace:  MoverioBasicFunctionUnityPlugin
Assembly:  MoverioBasicFunctionUnityPlugin (in MoverioBasicFunctionUnityPlugin.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
C#
public class MoverioAudio : MonoBehaviour

The MoverioAudio type exposes the following members.

Constructors
  NameDescription
Public methodMoverioAudio
Initializes a new instance of the MoverioAudio class
Top
Methods
  NameDescription
Public methodStatic memberGetDeviceMode
Get the device mode for audio.
Public methodStatic memberGetGainStep
Acquire the audio gain step for the Moverio.
Public methodStatic memberGetGainStepMax
Gets the maximum gain step value.
Public methodStatic memberGetGainStepMin
Gets the minimum gain step value.
Public methodStatic memberGetVolume
Acquire the audio volume for the Moverio.
Public methodStatic memberGetVolumeMax
Gets the maximum volume value.
Public methodStatic memberGetVolumeMin
Gets the minimum volume value.
Public methodStatic memberIsActive
Get whether MoverioAudio is active.
Public methodStatic memberReconnect
Reconnect to moverio.
Public methodStatic memberSetDeviceMode
Set the audio device mode for the Moverio.
Public methodStatic memberSetGainStep
Set the audio gain step for the Moverio.
Public methodStatic memberSetVolume
Set the audio volume for the Moverio.
Public methodStatic memberSetVolumeLimitMode
Set the volume limit mode for the Moverio.
Top
See Also