Instance Method インスタンスメソッド

path(forSoundResource:)

Returns the location of the specified sound resource file. 指定されたサウンドリソースファイルの位置を返します。

Declaration 宣言

func path(forSoundResource name: NSSound.Name) -> String?

Parameters パラメータ

name

The name of the sound resource file, without any pathname information. Including a filename extension is optional サウンドリソースファイルの名前、まったくパス名情報なしで。ファイル名拡張子を含めることは任意です

Return Value 戻り値

The absolute pathname of the resource file or nil if the file was not found. リソースファイルの絶対パス名、またはファイルが見つけられなかったならばnil

Discussion 議論

Sound resources are those files in the bundle that are recognized by the NSSound class. The types of sound files can be determined by calling the soundUnfilteredFileTypes method of NSSound. サウンドリソースは、NSSoundクラスによって認識されるような種類の、バンドルの中のファイルです。サウンドファイルの型は、NSSoundsoundUnfilteredFileTypesメソッドを呼び出すことによって特定されます。

See Also 参照

Related Documentation 関連文書