Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- newtype XavcGopBReference where
- XavcGopBReference' { }
- pattern XavcGopBReference_DISABLED :: XavcGopBReference
- pattern XavcGopBReference_ENABLED :: XavcGopBReference
Documentation
newtype XavcGopBReference Source #
Specify whether the encoder uses B-frames as reference frames for other pictures in the same GOP. Choose Allow (ENABLED) to allow the encoder to use B-frames as reference frames. Choose Don't allow (DISABLED) to prevent the encoder from using B-frames as reference frames.
pattern XavcGopBReference_DISABLED :: XavcGopBReference | |
pattern XavcGopBReference_ENABLED :: XavcGopBReference |