toAvcIntraTelecine method
Implementation
AvcIntraTelecine toAvcIntraTelecine() {
switch (this) {
case 'NONE':
return AvcIntraTelecine.none;
case 'HARD':
return AvcIntraTelecine.hard;
}
throw Exception('$this is not known in enum AvcIntraTelecine');
}