toValue method
Implementation
String toValue() {
switch (this) {
case M2tsSegmentationStyle.maintainCadence:
return 'MAINTAIN_CADENCE';
case M2tsSegmentationStyle.resetCadence:
return 'RESET_CADENCE';
}
}
String toValue() {
switch (this) {
case M2tsSegmentationStyle.maintainCadence:
return 'MAINTAIN_CADENCE';
case M2tsSegmentationStyle.resetCadence:
return 'RESET_CADENCE';
}
}