AUParameterTree.GetParameter 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
GetParameter(UInt64) |
지정된 주소에서 매개 변수를 가져옵니다. |
GetParameter(UInt32, UInt32, UInt32) |
지정된 에 해당하는 지정된 |
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)
지정된 에 해당하는 지정된 paramID
scope
element
의 매개 변수를 가져옵니다.
[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
이러한 매개 변수가 없으면 입니다.
- 특성