toValue method
Implementation
String toValue() {
switch (this) {
case MxfProfile.d_10:
return 'D_10';
case MxfProfile.xdcam:
return 'XDCAM';
case MxfProfile.op1a:
return 'OP1A';
}
}
String toValue() {
switch (this) {
case MxfProfile.d_10:
return 'D_10';
case MxfProfile.xdcam:
return 'XDCAM';
case MxfProfile.op1a:
return 'OP1A';
}
}