toValue method
Implementation
String toValue() {
switch (this) {
case Mpeg2CodecProfile.main:
return 'MAIN';
case Mpeg2CodecProfile.profile_422:
return 'PROFILE_422';
}
}
String toValue() {
switch (this) {
case Mpeg2CodecProfile.main:
return 'MAIN';
case Mpeg2CodecProfile.profile_422:
return 'PROFILE_422';
}
}