toValue method
Implementation
String toValue() {
switch (this) {
case BurninSubtitleTeletextSpacing.fixedGrid:
return 'FIXED_GRID';
case BurninSubtitleTeletextSpacing.proportional:
return 'PROPORTIONAL';
}
}
String toValue() {
switch (this) {
case BurninSubtitleTeletextSpacing.fixedGrid:
return 'FIXED_GRID';
case BurninSubtitleTeletextSpacing.proportional:
return 'PROPORTIONAL';
}
}