C# Class cadencii.javax.sound.midi.MidiDevice.Info

Show file Open project: cadencii/cadencii Class Usage Examples

Protected Properties

Property Type Description
mDescription String
mName String
mVendor String
mVersion String

Public Methods

Method Description
equals ( Object obj ) : bool

2つのオブジェクトが等しいかどうかを報告します。

getDescription ( ) : String

デバイスの説明を取得します。

getName ( ) : String

デバイスの名前を取得します。

getVendor ( ) : String

デバイスの供給会社の名前を取得します。

getVersion ( ) : String

デバイスのバージョンを取得します。

toString ( ) : String

デバイス情報の文字列表現を提供します。

Protected Methods

Method Description
Info ( String name, String vendor, String description, String version ) : System

デバイス情報オブジェクトを構築します。

Method Details

Info() protected method

デバイス情報オブジェクトを構築します。
protected Info ( String name, String vendor, String description, String version ) : System
name String
vendor String
description String
version String
return System

equals() public method

2つのオブジェクトが等しいかどうかを報告します。
public equals ( Object obj ) : bool
obj Object
return bool

getDescription() public method

デバイスの説明を取得します。
public getDescription ( ) : String
return String

getName() public method

デバイスの名前を取得します。
public getName ( ) : String
return String

getVendor() public method

デバイスの供給会社の名前を取得します。
public getVendor ( ) : String
return String

getVersion() public method

デバイスのバージョンを取得します。
public getVersion ( ) : String
return String

toString() public method

デバイス情報の文字列表現を提供します。
public toString ( ) : String
return String

Property Details

mDescription protected property

protected String mDescription
return String

mName protected property

protected String mName
return String

mVendor protected property

protected String mVendor
return String

mVersion protected property

protected String mVersion
return String