toValue method

String toValue()

Implementation

String toValue() {
  switch (this) {
    case DashIsoPlaybackDeviceCompatibility.cencV1:
      return 'CENC_V1';
    case DashIsoPlaybackDeviceCompatibility.unencryptedSei:
      return 'UNENCRYPTED_SEI';
  }
}