Copyright | (c) 2013-2023 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Synopsis
- data BlackoutSlate = BlackoutSlate' {}
- newBlackoutSlate :: BlackoutSlate
- blackoutSlate_blackoutSlateImage :: Lens' BlackoutSlate (Maybe InputLocation)
- blackoutSlate_networkEndBlackout :: Lens' BlackoutSlate (Maybe BlackoutSlateNetworkEndBlackout)
- blackoutSlate_networkEndBlackoutImage :: Lens' BlackoutSlate (Maybe InputLocation)
- blackoutSlate_networkId :: Lens' BlackoutSlate (Maybe Text)
- blackoutSlate_state :: Lens' BlackoutSlate (Maybe BlackoutSlateState)
Documentation
data BlackoutSlate Source #
Blackout Slate
See: newBlackoutSlate
smart constructor.
BlackoutSlate' | |
|
Instances
newBlackoutSlate :: BlackoutSlate Source #
Create a value of BlackoutSlate
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:blackoutSlateImage:BlackoutSlate'
, blackoutSlate_blackoutSlateImage
- Blackout slate image to be used. Leave empty for solid black. Only bmp
and png images are supported.
$sel:networkEndBlackout:BlackoutSlate'
, blackoutSlate_networkEndBlackout
- Setting to enabled causes the encoder to blackout the video, audio, and
captions, and raise the "Network Blackout Image" slate when an
SCTE104/35 Network End Segmentation Descriptor is encountered. The
blackout will be lifted when the Network Start Segmentation Descriptor
is encountered. The Network End and Network Start descriptors must
contain a network ID that matches the value entered in "Network ID".
$sel:networkEndBlackoutImage:BlackoutSlate'
, blackoutSlate_networkEndBlackoutImage
- Path to local file to use as Network End Blackout image. Image will be
scaled to fill the entire output raster.
$sel:networkId:BlackoutSlate'
, blackoutSlate_networkId
- Provides Network ID that matches EIDR ID format (e.g.,
"10.XXXX/XXXX-XXXX-XXXX-XXXX-XXXX-C").
$sel:state:BlackoutSlate'
, blackoutSlate_state
- When set to enabled, causes video, audio and captions to be blanked when
indicated by program metadata.
blackoutSlate_blackoutSlateImage :: Lens' BlackoutSlate (Maybe InputLocation) Source #
Blackout slate image to be used. Leave empty for solid black. Only bmp and png images are supported.
blackoutSlate_networkEndBlackout :: Lens' BlackoutSlate (Maybe BlackoutSlateNetworkEndBlackout) Source #
Setting to enabled causes the encoder to blackout the video, audio, and captions, and raise the "Network Blackout Image" slate when an SCTE104/35 Network End Segmentation Descriptor is encountered. The blackout will be lifted when the Network Start Segmentation Descriptor is encountered. The Network End and Network Start descriptors must contain a network ID that matches the value entered in "Network ID".
blackoutSlate_networkEndBlackoutImage :: Lens' BlackoutSlate (Maybe InputLocation) Source #
Path to local file to use as Network End Blackout image. Image will be scaled to fill the entire output raster.
blackoutSlate_networkId :: Lens' BlackoutSlate (Maybe Text) Source #
Provides Network ID that matches EIDR ID format (e.g., "10.XXXX/XXXX-XXXX-XXXX-XXXX-XXXX-C").
blackoutSlate_state :: Lens' BlackoutSlate (Maybe BlackoutSlateState) Source #
When set to enabled, causes video, audio and captions to be blanked when indicated by program metadata.