다음을 통해 공유


AUParameterTree.GetParameter 메서드

정의

오버로드

GetParameter(UInt64)

지정된 주소에서 매개 변수를 가져옵니다.

GetParameter(UInt32, UInt32, UInt32)

지정된 에 해당하는 지정된 paramIDscopeelement의 매개 변수를 가져옵니다.

GetParameter(UInt64)

지정된 주소에서 매개 변수를 가져옵니다.

[Foundation.Export("parameterWithAddress:")]
public virtual AudioUnit.AUParameter GetParameter (ulong address);
abstract member GetParameter : uint64 -> AudioUnit.AUParameter
override this.GetParameter : uint64 -> AudioUnit.AUParameter

매개 변수

address
UInt64

가져올 매개 변수의 주소입니다.

반환

지정된 주소의 매개 변수입니다.

특성

적용 대상

GetParameter(UInt32, UInt32, UInt32)

지정된 에 해당하는 지정된 paramIDscopeelement의 매개 변수를 가져옵니다.

[Foundation.Export("parameterWithID:scope:element:")]
public virtual AudioUnit.AUParameter GetParameter (uint paramID, uint scope, uint element);
abstract member GetParameter : uint32 * uint32 * uint32 -> AudioUnit.AUParameter
override this.GetParameter : uint32 * uint32 * uint32 -> AudioUnit.AUParameter

매개 변수

paramID
UInt32

매개 변수 ID 검색 매개 변수입니다.

scope
UInt32

범위 검색 매개 변수입니다.

element
UInt32

요소 검색 매개 변수입니다.

반환

일치하는 매개 변수이거나 null 이러한 매개 변수가 없으면 입니다.

특성

적용 대상