[Topic 7] IMMEndpoint Interface 프로그램


[Topic 7] IMMEndpoint Interface
The IMMEndpoint interface represents an audio endpoint device. A client obtains a reference to an IMMEndpoint interface instance by following these steps:
IMMEndpoint interface는 오디오 엔드포인트 장치를 표시한다.  IMMEndpoint interface 인스턴스 레퍼런스를 얻기 위해 다음과 같은 절차를 거친다.

1.By using one of the techniques described in IMMDevice Interface, obtain a reference to the IMMDevice interface of an audio endpoint device.
IMMDevice Interface안에 하나의 기법을 이용하여 오디오 엔드포인트 장치의 IMMDevice Interface 레퍼런스를 얻는다.
2.Call the IMMDevice::QueryInterface method with parameter iid set to REFIID IID_IMMEndpoint.
REFIID IID_IMMEndpoint에서 iid 파라미터를 설정하여 IMMDevice::QueryInterface 함수를 호출한다. 

Methods
The IMMEndpoint interface inherits the methods of the IUnknown interface.
In addition, IMMEndpoint defines the following method.

--------------------------------------------------------------------------------------------------------------------------------------------
Method    | Description
--------------------------------------------------------------------------------------------------------------------------------------------
GetDataFlow  | Indicates whether the endpoint is associated with a rendering device or a capture device.
   | 엔드포인트와 렌더링 장치 또는 캡쳐 장치가 연관이 있는지 없는지 표시한다
--------------------------------------------------------------------------------------------------------------------------------------------


트랙백

이 글과 관련된 글 쓰기 (트랙백 보내기)
TrackbackURL : http://lulu2000.egloos.com/tb/4263784 [도움말]

핑백

덧글

덧글 입력 영역