← Documents Documentation/userspace-api/media/dvb/frontend_legacy_dvbv3_api.rst GitHub 원문 ↗

Linux 6.18.37 · Userspace API / Media / DVB / Frontend

Digital TV Frontend legacy API (DVBv3)

지원 표준·통계·정보가 제한된 deprecated DVBv3 API 안내입니다.

Source pathDocumentation/userspace-api/media/dvb/frontend_legacy_dvbv3_api.rst
Source versionLinux v6.18.37
TranslationDUJINLABS 전문 번역 + 해설

요약·해설과 원문, 전문 번역을 서로 분리했습니다. API 이름, symbol, source path는 원문 표기를 사용합니다.

1. 요약·해설

원문의 핵심 논리와 kernel programming 관점의 보충 설명입니다. 아래의 전문 번역과는 별도로 작성했습니다.

요약·해설

frontend_legacy_dvbv3_api.rst:1-18

DVBv3는 기존 응용 프로그램 호환을 위해서만 유지됩니다. 신규 구현은 DVBv5 property API를 사용해야 합니다.

2. 영어 원문 전체

번역 기준이 된 Linux v6.18.37 원문입니다. 줄 번호는 이 버전의 파일 좌표입니다.

원문 전체 펼치기
1 .. SPDX-License-Identifier: GFDL-1.1-no-invariants-or-later
2
3 .. _frontend_legacy_dvbv3_api:
4
5 ***********************************************
6 Digital TV Frontend legacy API (a. k. a. DVBv3)
7 ***********************************************
8
9 The usage of this API is deprecated, as it doesn't support all digital
10 TV standards, doesn't provide good statistics measurements and provides
11 incomplete information. This is kept only to support legacy
12 applications.
13
14
15 .. toctree::
16 :maxdepth: 1
17
18 frontend_legacy_api
19

3. 한국어 전문 번역

영어 원문의 문단 순서와 의미를 유지한 전체 번역입니다. 코드, 함수명, symbol과 URL은 원문 표기를 유지합니다.

DVBv3 사용 중단과 호환 목적

1-18

Digital TV Frontend legacy API는 DVBv3라고도 부릅니다. 모든 Digital TV 표준을 지원하지 못하고, 양질의 통계 측정을 제공하지 않으며, 정보도 불완전하므로 사용이 deprecated되었습니다.

이 API는 legacy 응용 프로그램 지원 목적으로만 유지됩니다. 최대 깊이 1의 toctree가 `frontend_legacy_api` 문서로 이어집니다.

DVBv3 유지 범위
DVBv3의 표준 지원 한계 확인통계와 정보의 불완전성 확인신규 구현에서는 DVBv5 property API 선택기존 응용 프로그램 호환에만 legacy API 유지

신규 기능이 아니라 기존 응용 프로그램 호환을 위한 경로입니다.

.. SPDX-License-Identifier: GFDL-1.1-no-invariants-or-later

.. _frontend_legacy_dvbv3_api:

***********************************************
Digital TV Frontend legacy API (a. k. a. DVBv3)
***********************************************

The usage of this API is deprecated, as it doesn't support all digital
TV standards, doesn't provide good statistics measurements and provides
incomplete information. This is kept only to support legacy
applications.


.. toctree::
    :maxdepth: 1

    frontend_legacy_api