Interface Id3Insertion.Builder

All Superinterfaces:
Buildable, CopyableBuilder<Id3Insertion.Builder,Id3Insertion>, SdkBuilder<Id3Insertion.Builder,Id3Insertion>, SdkPojo
Enclosing class:
Id3Insertion

public static interface Id3Insertion.Builder extends SdkPojo, CopyableBuilder<Id3Insertion.Builder,Id3Insertion>
  • Method Details

    • id3

      Use ID3 tag to provide a fully formed ID3 tag in base64-encode format.
      Parameters:
      id3 - Use ID3 tag to provide a fully formed ID3 tag in base64-encode format.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • timecode

      Id3Insertion.Builder timecode(String timecode)
      Provide a Timecode in HH:MM:SS:FF or HH:MM:SS;FF format.
      Parameters:
      timecode - Provide a Timecode in HH:MM:SS:FF or HH:MM:SS;FF format.
      Returns:
      Returns a reference to this object so that method calls can be chained together.