toValue method
Implementation
String toValue() {
switch (this) {
case ContainerFormat.fragmentedMp4:
return 'FRAGMENTED_MP4';
case ContainerFormat.mpegTs:
return 'MPEG_TS';
}
}
String toValue() {
switch (this) {
case ContainerFormat.fragmentedMp4:
return 'FRAGMENTED_MP4';
case ContainerFormat.mpegTs:
return 'MPEG_TS';
}
}