Skip to content

Commit

Permalink
Ignore false-positive lint warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
garethsb authored Dec 5, 2024
1 parent d07f572 commit 5995658
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions capabilities/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ It MAY be used in place of the file with the same name in the AMWA BCP-004-01 sp
- **Name:** `urn:x-nmos:cap:format:colorspace`
- **Description:** Identifies the acceptable colorspace of a video stream.
- **Specification:** per AMWA BCP-004-01
<!--lint ignore missing-heading-in-file-->
- **Type:** string (enumerated values as per AMWA IS-04 and the [Flow Attributes](../flow-attributes/#colorspace) register)
- **Target:** (a) video Flow `colorspace`, (b) SDP attribute `a=fmtp:` format-specific parameter `colorimetry`
- **Applicability:** AMWA IS-04
Expand All @@ -127,6 +128,7 @@ It MAY be used in place of the file with the same name in the AMWA BCP-004-01 sp
- **Name:** `urn:x-nmos:cap:format:transfer_characteristic`
- **Description:** Identifies the acceptable transfer characteristic system of a video stream.
- **Specification:** per AMWA BCP-004-01
<!--lint ignore missing-heading-in-file-->
- **Type:** string (enumerated values as per AMWA IS-04 and the [Flow Attributes](../flow-attributes/#transfer-characteristic) register)
- **Target:** (a) video Flow `transfer_characteristic`, (b) SDP attribute `a=fmtp:` format-specific parameter `TCS`
- **Applicability:** AMWA IS-04
Expand All @@ -152,6 +154,7 @@ It MAY be used in place of the file with the same name in the AMWA BCP-004-01 sp
- **Description:** Identifies the acceptable bit rate of a compressed video or audio stream, in kilobits/second.
- **Specification:** per AMWA BCP-004-01
- **Type:** integer
<!--lint ignore missing-heading-in-file-->
- **Target:** coded video or audio Flow `bit_rate` (defined in the [Flow Attributes](../flow-attributes/#bit-rate) register)
- **Applicability:** AMWA IS-04

Expand All @@ -160,6 +163,7 @@ It MAY be used in place of the file with the same name in the AMWA BCP-004-01 sp
- **Description:** Identifies the acceptable profiles, as defined for the specific media type.
- **Specification:** per AMWA BCP-004-01
- **Type:** string (values depending on the media type)
<!--lint ignore missing-heading-in-file-->
- **Target:** (a) video Flow `profile` (defined in the [Flow Attributes](../flow-attributes/#profile) register), (b) depending on the media type, an SDP attribute `a=fmtp:` format-specific parameter, e.g. `profile`
- **Applicability:** AMWA IS-04

Expand All @@ -168,6 +172,7 @@ It MAY be used in place of the file with the same name in the AMWA BCP-004-01 sp
- **Description:** Identifies the acceptable levels, as defined for the specific media type.
- **Specification:** per AMWA BCP-004-01
- **Type:** string (values depending on the media type)
<!--lint ignore missing-heading-in-file-->
- **Target:** (a) video Flow `level` (defined in the [Flow Attributes](../flow-attributes/#level) register), (b) depending on the media type, an SDP attribute `a=fmtp:` format-specific parameter, e.g. `level`
- **Applicability:** AMWA IS-04

Expand All @@ -176,6 +181,7 @@ It MAY be used in place of the file with the same name in the AMWA BCP-004-01 sp
- **Description:** Identifies the acceptable sublevels, as defined for the specific media type.
- **Specification:** per AMWA BCP-004-01
- **Type:** string (values depending on the media type)
<!--lint ignore missing-heading-in-file-->
- **Target:** (a) coded video Flow `sublevel` (defined in the [Flow Attributes](../flow-attributes/#sublevel) register), (b) depending on the media type, an SDP attribute `a=fmtp:` format-specific parameter, e.g. `sublevel`
- **Applicability:** AMWA IS-04

Expand Down Expand Up @@ -216,6 +222,7 @@ It MAY be used in place of the file with the same name in the AMWA BCP-004-01 sp
- **Description:** Identifies the acceptable bit rate of a network stream, in kilobits/second, including the transport overhead.
- **Specification:** per AMWA BCP-004-01
- **Type:** integer
<!--lint ignore missing-heading-in-file-->
- **Target:** (a) Sender `bit_rate` (defined in the [Sender Attributes](../sender-attributes/#bit-rate) register), (b) depending on the media type, SDP application-specific bandwidth `b=AS:`, for example as per ST 2110-22
- **Applicability:** AMWA IS-04

Expand All @@ -239,6 +246,7 @@ It MAY be used in place of the file with the same name in the AMWA BCP-004-01 sp
- **Name:** `urn:x-nmos:cap:transport:packet_transmission_mode`
- **Description:** Identifies the acceptable JPEG XS packetization and transmission mode.
- **Specification:** per AMWA BCP-004-01
<!--lint ignore missing-heading-in-file-->
- **Type:** string (enumerated values as per the [Sender Attributes](../sender-attributes/#packet-transmission-mode) register)
- **Target:** (a) Sender `packet_transmission_mode` (defined in the Sender Attributes register), (b) SDP attribute `a=fmtp:` format-specific parameters `packetmode` and `transmode`, per [RFC 9134][RFC-9134]
- **Applicability:** AMWA IS-04
Expand All @@ -248,6 +256,7 @@ It MAY be used in place of the file with the same name in the AMWA BCP-004-01 sp
- **Description:** Identifies the ST 2110-21 receiver capabilities, expressed as the acceptable sender type or types.
- **Specification:** per AMWA BCP-004-01
- **Type:** string (enumerated values as per ST 2110-21, such as `2110TPNL` for narrow linear senders)
<!--lint ignore missing-heading-in-file-->
- **Target:** (a) Sender `st2110_21_sender_type` (defined in the [Sender Attributes](../sender-attributes/#st-2110-21-sender-type) register), (b) SDP attribute `a=fmtp:` format-specific parameter `TP`
- **Applicability:** AMWA IS-04

Expand Down

0 comments on commit 5995658

Please sign in to comment.