toValue method
Implementation
String toValue() {
switch (this) {
case Mp4MoovPlacement.progressiveDownload:
return 'PROGRESSIVE_DOWNLOAD';
case Mp4MoovPlacement.normal:
return 'NORMAL';
}
}
String toValue() {
switch (this) {
case Mp4MoovPlacement.progressiveDownload:
return 'PROGRESSIVE_DOWNLOAD';
case Mp4MoovPlacement.normal:
return 'NORMAL';
}
}