toValue method

String toValue()

Implementation

String toValue() {
  switch (this) {
    case CmafEncryptionType.sampleAes:
      return 'SAMPLE_AES';
    case CmafEncryptionType.aesCtr:
      return 'AES_CTR';
  }
}