Class: WMI::Win32_SoundDevice

Inherits:
Base
  • Object
show all
Defined in:
lib/Win32_SoundDevice.rb

Overview

Win32_SoundDevice クラスは、Win32 コンピュータ システムのサウンド デバイスのプロパティを表します。

Instance Attribute Summary (collapse)

Instance Method Summary (collapse)

Methods inherited from Base

#AddRef, #AssociatorsAsync_, #Associators_, #Clone_, #CompareTo_, #DeleteAsync_, #Delete_, #Derivation_, #ExecMethodAsync_, #ExecMethod_, #GetIDsOfNames, #GetObjectText_, #GetText_, #GetTypeInfo, #GetTypeInfoCount, #InstancesAsync_, #Instances_, #Invoke, #Methods_, #Path_, #Properties_, #PutAsync_, #Put_, #Qualifiers_, #QueryInterface, #ReferencesAsync_, #References_, #Refresh_, #Release, #Security_, #SetFromText_, #SpawnDerivedClass_, #SpawnInstance_, #SubclassesAsync_, #Subclasses_, #SystemProperties_

Instance Attribute Details

- (uint16) Availability (readonly)

デバイスの利用可能性と状態です。

 

Returns:

  • (uint16)

    Availability



36
37
38
# File 'lib/Win32_SoundDevice.rb', line 36

def Availability
  @Availability
end

- (string) Caption (readonly)

Caption プロパティは、オブジェクトについての簡単な説明 (1 行分の文字列) です。

Returns:

  • (string)

    Caption



41
42
43
# File 'lib/Win32_SoundDevice.rb', line 41

def Caption
  @Caption
end

- (uint32) ConfigManagerErrorCode (readonly)

Win32 構成マネージャのエラー コードを示します。

 

Returns:

  • (uint32)

    ConfigManagerErrorCode



114
115
116
# File 'lib/Win32_SoundDevice.rb', line 114

def ConfigManagerErrorCode
  @ConfigManagerErrorCode
end

- (boolean) ConfigManagerUserConfig (readonly)

デバイスがユーザー定義の構成を使用しているかどうかを示します。

Returns:

  • (boolean)

    ConfigManagerUserConfig



119
120
121
# File 'lib/Win32_SoundDevice.rb', line 119

def ConfigManagerUserConfig
  @ConfigManagerUserConfig
end

- (string) CreationClassName (readonly)

CreationClassName は、インスタンスの作成で使用されるクラス名、またはサブクラス名を示します。

 

Returns:

  • (string)

    CreationClassName



125
126
127
# File 'lib/Win32_SoundDevice.rb', line 125

def CreationClassName
  @CreationClassName
end

- (string) Description (readonly)

Description プロパティでオブジェクトの説明が提供されます。

Returns:

  • (string)

    Description



131
132
133
# File 'lib/Win32_SoundDevice.rb', line 131

def Description
  @Description
end

- (string) DeviceID (readonly)

DeviceID プロパティには、サウンド デバイスを一意に識別する情報が含まれています。

Returns:

  • (string)

    DeviceID



136
137
138
# File 'lib/Win32_SoundDevice.rb', line 136

def DeviceID
  @DeviceID
end

- (uint16) DMABufferSize (readonly)

DMABufferSize プロパティは、直接メモリ アクセス バッファのサイズを示します。

 

Returns:

  • (uint16)

    DMABufferSize



143
144
145
# File 'lib/Win32_SoundDevice.rb', line 143

def DMABufferSize
  @DMABufferSize
end

- (boolean) ErrorCleared (readonly)

ErrorCleared は LastErrorCode プロパティで報告されたエラーが現在は消去されていることを示すブール値のプロパティです。

Returns:

  • (boolean)

    ErrorCleared



148
149
150
# File 'lib/Win32_SoundDevice.rb', line 148

def ErrorCleared
  @ErrorCleared
end

- (string) ErrorDescription (readonly)

ErrorDescription は LastErrorCode プロパティで記録されたエラーに関する情報および実行される可能性がある修正の情報を提供する自由形式の文字列です。

Returns:

  • (string)

    ErrorDescription



153
154
155
# File 'lib/Win32_SoundDevice.rb', line 153

def ErrorDescription
  @ErrorDescription
end

- (datetime) InstallDate (readonly)

InstallDate プロパティは、オブジェクトがインストールされた日時を示す値です。

 

Returns:

  • (datetime)

    InstallDate



159
160
161
# File 'lib/Win32_SoundDevice.rb', line 159

def InstallDate
  @InstallDate
end

- (uint32) LastErrorCode (readonly)

論理デバイスで報告されたエラー コードが LastErrorCode によってキャプチャされます。

Returns:

  • (uint32)

    LastErrorCode



164
165
166
# File 'lib/Win32_SoundDevice.rb', line 164

def LastErrorCode
  @LastErrorCode
end

- (string) Manufacturer (readonly)

Manufacturer プロパティは、サウンド デバイスの製造元を示します。

 

Returns:

  • (string)

    Manufacturer



171
172
173
# File 'lib/Win32_SoundDevice.rb', line 171

def Manufacturer
  @Manufacturer
end

- (uint32) MPU401Address (readonly)

MPU401Address プロパティは、サウンド デバイスの MPU-401 ポートに割り当てられた開始 I/O アドレスを示します。

 

Returns:

  • (uint32)

    MPU401Address



178
179
180
# File 'lib/Win32_SoundDevice.rb', line 178

def MPU401Address
  @MPU401Address
end

- (string) Name (readonly)

Name プロパティで、オブジェクトを認識するラベルを定義します。

 

Returns:

  • (string)

    Name



184
185
186
# File 'lib/Win32_SoundDevice.rb', line 184

def Name
  @Name
end

- (string) PNPDeviceID (readonly)

論理デバイスの Win32 プラグ アンド プレイ デバイス ID を示します。

 

Returns:

  • (string)

    PNPDeviceID



190
191
192
# File 'lib/Win32_SoundDevice.rb', line 190

def PNPDeviceID
  @PNPDeviceID
end

- (uint16) PowerManagementCapabilities (readonly)

論理デバイスの特定の電源関連機能を示します。

 0="不明"

Returns:

  • (uint16)

    PowerManagementCapabilities



201
202
203
# File 'lib/Win32_SoundDevice.rb', line 201

def PowerManagementCapabilities
  @PowerManagementCapabilities
end

- (boolean) PowerManagementSupported (readonly)

デバイスを電源管理できることを示すブール値です - 例、省電力状態にする。

 

Returns:

  • (boolean)

    PowerManagementSupported



209
210
211
# File 'lib/Win32_SoundDevice.rb', line 209

def PowerManagementSupported
  @PowerManagementSupported
end

- (string) ProductName (readonly)

ProductName プロパティは、サウンド デバイスの製品名を示します。

 

Returns:

  • (string)

    ProductName



216
217
218
# File 'lib/Win32_SoundDevice.rb', line 216

def ProductName
  @ProductName
end

- (string) Status (readonly)

Status プロパティはオブジェクトの現在の状態を示す文字列です。

 

Returns:

  • (string)

    Status



229
230
231
# File 'lib/Win32_SoundDevice.rb', line 229

def Status
  @Status
end

- (uint16) StatusInfo (readonly)

StatusInfo は、論理デバイスが有効 (値 = 3)、無効 (値 = 4) またはその他 (1) または不明 (2) 状態であるかどうかを示す文字列です。

 

Returns:

  • (uint16)

    StatusInfo



235
236
237
# File 'lib/Win32_SoundDevice.rb', line 235

def StatusInfo
  @StatusInfo
end

- (string) SystemCreationClassName (readonly)

スコーピング システムの CreationClassName です。

Returns:

  • (string)

    SystemCreationClassName



241
242
243
# File 'lib/Win32_SoundDevice.rb', line 241

def SystemCreationClassName
  @SystemCreationClassName
end

- (string) SystemName (readonly)

スコーピング システムの名前です。

Returns:

  • (string)

    SystemName



246
247
248
# File 'lib/Win32_SoundDevice.rb', line 246

def SystemName
  @SystemName
end

Instance Method Details

- (uint32) Reset

論理デバイスのリセットを要求します。 要求が正常に実行された場合、返される値は 0 で、要求がサポートされない場合は 1 です。 また、エラーが発生した場合は、ほかの値となります。

Returns:

  • (uint32)


25
26
# File 'lib/Win32_SoundDevice.rb', line 25

def Reset 
end

- (uint32) SetPowerState(PowerState, Time)

SetPowerState により、論理デバイスの電源状態およびデバイスがいつその状態に入るかが定義されます。 電源状態は、PowerState パラメータを次の整数値の 1 つに設定することによって指定されます: 1="通常の電力"、2="省電力- 低電力モード"、3="省電力 - スタンバイ"、4="省電力 - その他"、5="電源サイクル" または 6="電源オフ"。 時間パラメータ (5 の "Power Cycle" を除くすべての状態の変更用) は、通常の日付値または間隔値 (メソッド実行の受信時に間隔が開始される) のどちらかにいつ電源状態が設定される必要があるかを示します。 PowerState パラメータが 5 ("Power Cycle") であるとき、時間パラメータはいつデバイスが再度電源オンになるかを示します。 直ちに電源をオフにします。 成功の場合、SetPowerState は 0 を返し、指定された PowerState および要求時間がサポートされていない場合は、1 を返し、ほかのエラーが発生する場合はほかの値が返されます。 サブクラスでは、可能な返信コードのセットはメソッド上の ValueMap 修飾子を使って指定することも可能です。

 ValueMap 

値の配置修飾子としてサブクラスで指定される場合もあります。

Parameters:

  • (uint16, #read) PowerState
  • (datetime, #read) Time

Returns:

  • (uint32)


17
18
# File 'lib/Win32_SoundDevice.rb', line 17

def SetPowerState PowerState, Time
end