toH265GopBReference method
Implementation
H265GopBReference toH265GopBReference() {
switch (this) {
case 'DISABLED':
return H265GopBReference.disabled;
case 'ENABLED':
return H265GopBReference.enabled;
}
throw Exception('$this is not known in enum H265GopBReference');
}