toValue method

String toValue()

Implementation

String toValue() {
  switch (this) {
    case H264DynamicSubGop.adaptive:
      return 'ADAPTIVE';
    case H264DynamicSubGop.static:
      return 'STATIC';
  }
}