DirectShow DirectShow 레퍼런스 인터페이스 IAMLine21Decoder GetDecoderLevel   [목차열람] [주소복사] [슬롯비우기]
IAMLine21Decoder::GetDecoderLevel
 
Microsoft DirectX 9.0

IAMLine21Decoder::GetDecoderLevel

GetDecoderLevel 메서드는, 자막 방송 디코더 레벨을 얻어온다.

구문

HRESULT GetDecoderLevel(
  AM_LINE21_CCLEVEL *lpLevel
);

파라미터

lpLevel

AM_LINE21_CCLEVEL 열거의 멤버를 받는 변수의 포인터. 돌려받는 값은 항상 AM_L21_CCLEVEL_TC2 (TeleCaption II)이다.

반환값

HRESULT 값을 돌려준다. 가능한 값은 다음과 같다.

설명
E_INVALIDARG 무효인 인수
S_OK 성공

주의

TeleCaption I 및 TeleCaption II 는, 자막 방송 디코더의 규격이다. Line 21 디코더 필터는, TeleCaption I 와의 하위 호환성을 가지는 TeleCaption II 를 지원 하고 있다.

참조

↑TOP