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
Documentation
data Id3Insertion Source #
To insert ID3 tags in your output, specify two values. Use ID3 tag (Id3) to specify the base 64 encoded string and use Timecode (TimeCode) to specify the time when the tag should be inserted. To insert multiple ID3 tags in your output, create multiple instances of ID3 insertion (Id3Insertion).
See: newId3Insertion
smart constructor.
Instances
newId3Insertion :: Id3Insertion Source #
Create a value of Id3Insertion
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:id3:Id3Insertion'
, id3Insertion_id3
- Use ID3 tag (Id3) to provide a tag value in base64-encode format.
$sel:timecode:Id3Insertion'
, id3Insertion_timecode
- Provide a Timecode (TimeCode) in HH:MM:SS:FF or HH:MM:SS;FF format.
id3Insertion_id3 :: Lens' Id3Insertion (Maybe Text) Source #
Use ID3 tag (Id3) to provide a tag value in base64-encode format.
id3Insertion_timecode :: Lens' Id3Insertion (Maybe Text) Source #
Provide a Timecode (TimeCode) in HH:MM:SS:FF or HH:MM:SS;FF format.