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