| 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 |
Amazonka.MediaConvert.Types.M3u8NielsenId3
Description
Synopsis
- newtype M3u8NielsenId3 where
- M3u8NielsenId3' { }
- pattern M3u8NielsenId3_INSERT :: M3u8NielsenId3
- pattern M3u8NielsenId3_NONE :: M3u8NielsenId3
Documentation
newtype M3u8NielsenId3 Source #
If INSERT, Nielsen inaudible tones for media tracking will be detected in the input audio and an equivalent ID3 tag will be inserted in the output.
Constructors
| M3u8NielsenId3' | |
Fields | |
Bundled Patterns
| pattern M3u8NielsenId3_INSERT :: M3u8NielsenId3 | |
| pattern M3u8NielsenId3_NONE :: M3u8NielsenId3 |