codecName property

String get codecName

Implementation

String get codecName {
  switch (this) {
    case VideoCodec.h264:
      return "h264";
    case VideoCodec.hevc:
      return "hevc";
  }
}