toValue method

String toValue()

Implementation

String toValue() {
  switch (this) {
    case M2tsBufferModel.multiplex:
      return 'MULTIPLEX';
    case M2tsBufferModel.none:
      return 'NONE';
  }
}