Skip to content

Commit

Permalink
add key value pair as a Block Additional Mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
dericed authored and robUx4 committed Jun 7, 2020
1 parent d6a02f9 commit e247a99
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
17 changes: 17 additions & 0 deletions block_additional_mappings/key_value.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
## Key Value Pair

### Key Value Pair Description

The Block Additional Mapping for a `Key Value Pair` provides a generic method store data with a label in association with a Block. The label (referred to here as the `Key`) is stored within the `BlockAddIDExtraData` Element and the associate `Value` is stored within the corresponding BlockMore Element.

### BlockAddIDType

The BlockAddIDType value reserved for timecode is 107.

### BlockAddIDName

The BlockAddIDName value reserved for timecode is "Key Value pair".

### BlockAddIDExtraData

BlockAddIDExtraData stores the Key or a label for the value stored within the associated `BlockMore Element`.
1 change: 1 addition & 0 deletions block_additional_mappings_intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,5 @@ For convenience, the following table shows the assigned BlockAddIDType values al
| BlockAddIDType | BlockAddIDName | Citation |
|:---------------|:-------------------------------------------------------------|:-------------------------------------|
| 121 | SMPTE ST 12-1 timecode | (#smpte-st-12-1-timecode) |
| 107 | Key Value Pair | (#key-value-pair) |

0 comments on commit e247a99

Please sign in to comment.