MCPcopy Create free account
hub / github.com/axiomatic-systems/Bento4 / ResolveEncryptionKeys

Function ResolveEncryptionKeys

Source/Python/utils/mp4-dash.py:1554–1556  ·  view source on GitHub ↗
(options)

Source from the content-addressed store, hash-verified

1552
1553#############################################
1554def ResolveEncryptionKeys(options):
1555 for key_spec in options.encryption_key.split(','):
1556 options.key_infos.append(KeySpecToKeyInfo(options, key_spec))
1557
1558#############################################
1559# Compute a list of all unique KIDs and associated keys for a list of tracks

Callers 1

mainFunction · 0.85

Calls 1

KeySpecToKeyInfoFunction · 0.85

Tested by

no test coverage detected