toValue method

String toValue()

Implementation

String toValue() {
  switch (this) {
    case HlsEncryptionType.aes128:
      return 'AES128';
    case HlsEncryptionType.sampleAes:
      return 'SAMPLE_AES';
  }
}