encryptions property

List<Encryption>? encryptions
getter/setter pair

List of encryption configurations for the content.

Each configuration has an ID. Specify this ID in the MuxStream.encryption_id field to indicate the configuration to use for that MuxStream output.

Implementation

core.List<Encryption>? encryptions;