다음을 통해 공유


IAudioEndpoint::GetFramesPerPacket 메서드(audioengineendpoint.h)

GetFramesPerPacket 메서드는 엔드포인트의 기간 및 샘플 속도에 따라 오디오 엔드포인트가 지원할 수 있는 패킷당 최대 프레임 수를 가져옵니다.

구문

HRESULT GetFramesPerPacket(
  [out] UINT32 *pFramesPerPacket
);

매개 변수

[out] pFramesPerPacket

엔드포인트에서 지원할 수 있는 패킷당 최대 프레임 수를 받습니다.

반환 값

메서드가 성공하면 S_OK 반환합니다.

요구 사항

요구 사항
지원되는 최소 클라이언트 Windows 7
지원되는 최소 서버 Windows Server 2008 R2
대상 플랫폼 Windows
헤더 audioengineendpoint.h

추가 정보

IAudioEndpoint