All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.amazonaws.services.mediaconvert.model.TimecodeConfig Maven / Gradle / Ivy

Go to download

The AWS Java SDK for AWS Elemental MediaConvert module holds the client classes that are used for communicating with AWS Elemental MediaConvert Service

There is a newer version: 1.12.778
Show newest version
/*
 * Copyright 2019-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
 * 
 * Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with
 * the License. A copy of the License is located at
 * 
 * http://aws.amazon.com/apache2.0
 * 
 * or in the "license" file accompanying this file. This file is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
 * CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions
 * and limitations under the License.
 */
package com.amazonaws.services.mediaconvert.model;

import java.io.Serializable;
import javax.annotation.Generated;
import com.amazonaws.protocol.StructuredPojo;
import com.amazonaws.protocol.ProtocolMarshaller;

/**
 * These settings control how the service handles timecodes throughout the job. These settings don't affect input
 * clipping.
 * 
 * @see AWS API
 *      Documentation
 */
@Generated("com.amazonaws:aws-java-sdk-code-generator")
public class TimecodeConfig implements Serializable, Cloneable, StructuredPojo {

    /**
     * If you use an editing platform that relies on an anchor timecode, use Anchor Timecode to specify a timecode that
     * will match the input video frame to the output video frame. Use 24-hour format with frame number, (HH:MM:SS:FF)
     * or (HH:MM:SS;FF). This setting ignores frame rate conversion. System behavior for Anchor Timecode varies depending
     * on your setting for Source. * If Source is set to Specified Start, the first input frame is the specified value in
     * Start Timecode. Anchor Timecode and Start Timecode are used calculate output timecode. * If Source is set to Start
     * at 0 the first frame is 00:00:00:00. * If Source is set to Embedded, the first frame is the timecode value on the
     * first input frame of the input.
     */
    private String anchor;
    /**
     * Use Source to set how timecodes are handled within this job. To make sure that your video, audio, captions, and
     * markers are synchronized and that time-based features, such as image inserter, work correctly, choose the
     * Timecode source option that matches your assets. All timecodes are in a 24-hour format with frame number
     * (HH:MM:SS:FF). * Embedded - Use the timecode that is in the input video. If no embedded timecode is in the source,
     * the service will use Start at 0 instead. * Start at 0 - Set the timecode of the initial frame to 00:00:00:00. *
     * Specified Start - Set the timecode of the initial frame to a value other than zero. You use Start timecode to
     * provide this value.
     */
    private String source;
    /**
     * Only use when you set Source to Specified start. Use Start timecode to specify the timecode for the initial
     * frame. Use 24-hour format with frame number, (HH:MM:SS:FF) or (HH:MM:SS;FF).
     */
    private String start;
    /**
     * Only applies to outputs that support program-date-time stamp. Use Timestamp offset to overwrite the timecode date
     * without affecting the time and frame number. Provide the new date as a string in the format "yyyy-mm-dd". To use
     * Timestamp offset, you must also enable Insert program-date-time in the output settings. For example, if the date
     * part of your timecodes is 2002-1-25 and you want to change it to one year later, set Timestamp offset to
     * 2003-1-25.
     */
    private String timestampOffset;

    /**
     * If you use an editing platform that relies on an anchor timecode, use Anchor Timecode to specify a timecode that
     * will match the input video frame to the output video frame. Use 24-hour format with frame number, (HH:MM:SS:FF)
     * or (HH:MM:SS;FF). This setting ignores frame rate conversion. System behavior for Anchor Timecode varies depending
     * on your setting for Source. * If Source is set to Specified Start, the first input frame is the specified value in
     * Start Timecode. Anchor Timecode and Start Timecode are used calculate output timecode. * If Source is set to Start
     * at 0 the first frame is 00:00:00:00. * If Source is set to Embedded, the first frame is the timecode value on the
     * first input frame of the input.
     * 
     * @param anchor
     *        If you use an editing platform that relies on an anchor timecode, use Anchor Timecode to specify a
     *        timecode that will match the input video frame to the output video frame. Use 24-hour format with frame
     *        number, (HH:MM:SS:FF) or (HH:MM:SS;FF). This setting ignores frame rate conversion. System behavior for
     *        Anchor Timecode varies depending on your setting for Source. * If Source is set to Specified Start, the
     *        first input frame is the specified value in Start Timecode. Anchor Timecode and Start Timecode are used
     *        calculate output timecode. * If Source is set to Start at 0 the first frame is 00:00:00:00. * If Source is
     *        set to Embedded, the first frame is the timecode value on the first input frame of the input.
     */

    public void setAnchor(String anchor) {
        this.anchor = anchor;
    }

    /**
     * If you use an editing platform that relies on an anchor timecode, use Anchor Timecode to specify a timecode that
     * will match the input video frame to the output video frame. Use 24-hour format with frame number, (HH:MM:SS:FF)
     * or (HH:MM:SS;FF). This setting ignores frame rate conversion. System behavior for Anchor Timecode varies depending
     * on your setting for Source. * If Source is set to Specified Start, the first input frame is the specified value in
     * Start Timecode. Anchor Timecode and Start Timecode are used calculate output timecode. * If Source is set to Start
     * at 0 the first frame is 00:00:00:00. * If Source is set to Embedded, the first frame is the timecode value on the
     * first input frame of the input.
     * 
     * @return If you use an editing platform that relies on an anchor timecode, use Anchor Timecode to specify a
     *         timecode that will match the input video frame to the output video frame. Use 24-hour format with frame
     *         number, (HH:MM:SS:FF) or (HH:MM:SS;FF). This setting ignores frame rate conversion. System behavior for
     *         Anchor Timecode varies depending on your setting for Source. * If Source is set to Specified Start, the
     *         first input frame is the specified value in Start Timecode. Anchor Timecode and Start Timecode are used
     *         calculate output timecode. * If Source is set to Start at 0 the first frame is 00:00:00:00. * If Source
     *         is set to Embedded, the first frame is the timecode value on the first input frame of the input.
     */

    public String getAnchor() {
        return this.anchor;
    }

    /**
     * If you use an editing platform that relies on an anchor timecode, use Anchor Timecode to specify a timecode that
     * will match the input video frame to the output video frame. Use 24-hour format with frame number, (HH:MM:SS:FF)
     * or (HH:MM:SS;FF). This setting ignores frame rate conversion. System behavior for Anchor Timecode varies depending
     * on your setting for Source. * If Source is set to Specified Start, the first input frame is the specified value in
     * Start Timecode. Anchor Timecode and Start Timecode are used calculate output timecode. * If Source is set to Start
     * at 0 the first frame is 00:00:00:00. * If Source is set to Embedded, the first frame is the timecode value on the
     * first input frame of the input.
     * 
     * @param anchor
     *        If you use an editing platform that relies on an anchor timecode, use Anchor Timecode to specify a
     *        timecode that will match the input video frame to the output video frame. Use 24-hour format with frame
     *        number, (HH:MM:SS:FF) or (HH:MM:SS;FF). This setting ignores frame rate conversion. System behavior for
     *        Anchor Timecode varies depending on your setting for Source. * If Source is set to Specified Start, the
     *        first input frame is the specified value in Start Timecode. Anchor Timecode and Start Timecode are used
     *        calculate output timecode. * If Source is set to Start at 0 the first frame is 00:00:00:00. * If Source is
     *        set to Embedded, the first frame is the timecode value on the first input frame of the input.
     * @return Returns a reference to this object so that method calls can be chained together.
     */

    public TimecodeConfig withAnchor(String anchor) {
        setAnchor(anchor);
        return this;
    }

    /**
     * Use Source to set how timecodes are handled within this job. To make sure that your video, audio, captions, and
     * markers are synchronized and that time-based features, such as image inserter, work correctly, choose the
     * Timecode source option that matches your assets. All timecodes are in a 24-hour format with frame number
     * (HH:MM:SS:FF). * Embedded - Use the timecode that is in the input video. If no embedded timecode is in the source,
     * the service will use Start at 0 instead. * Start at 0 - Set the timecode of the initial frame to 00:00:00:00. *
     * Specified Start - Set the timecode of the initial frame to a value other than zero. You use Start timecode to
     * provide this value.
     * 
     * @param source
     *        Use Source to set how timecodes are handled within this job. To make sure that your video, audio,
     *        captions, and markers are synchronized and that time-based features, such as image inserter, work
     *        correctly, choose the Timecode source option that matches your assets. All timecodes are in a 24-hour
     *        format with frame number (HH:MM:SS:FF). * Embedded - Use the timecode that is in the input video. If no
     *        embedded timecode is in the source, the service will use Start at 0 instead. * Start at 0 - Set the
     *        timecode of the initial frame to 00:00:00:00. * Specified Start - Set the timecode of the initial frame to
     *        a value other than zero. You use Start timecode to provide this value.
     * @see TimecodeSource
     */

    public void setSource(String source) {
        this.source = source;
    }

    /**
     * Use Source to set how timecodes are handled within this job. To make sure that your video, audio, captions, and
     * markers are synchronized and that time-based features, such as image inserter, work correctly, choose the
     * Timecode source option that matches your assets. All timecodes are in a 24-hour format with frame number
     * (HH:MM:SS:FF). * Embedded - Use the timecode that is in the input video. If no embedded timecode is in the source,
     * the service will use Start at 0 instead. * Start at 0 - Set the timecode of the initial frame to 00:00:00:00. *
     * Specified Start - Set the timecode of the initial frame to a value other than zero. You use Start timecode to
     * provide this value.
     * 
     * @return Use Source to set how timecodes are handled within this job. To make sure that your video, audio,
     *         captions, and markers are synchronized and that time-based features, such as image inserter, work
     *         correctly, choose the Timecode source option that matches your assets. All timecodes are in a 24-hour
     *         format with frame number (HH:MM:SS:FF). * Embedded - Use the timecode that is in the input video. If no
     *         embedded timecode is in the source, the service will use Start at 0 instead. * Start at 0 - Set the
     *         timecode of the initial frame to 00:00:00:00. * Specified Start - Set the timecode of the initial frame
     *         to a value other than zero. You use Start timecode to provide this value.
     * @see TimecodeSource
     */

    public String getSource() {
        return this.source;
    }

    /**
     * Use Source to set how timecodes are handled within this job. To make sure that your video, audio, captions, and
     * markers are synchronized and that time-based features, such as image inserter, work correctly, choose the
     * Timecode source option that matches your assets. All timecodes are in a 24-hour format with frame number
     * (HH:MM:SS:FF). * Embedded - Use the timecode that is in the input video. If no embedded timecode is in the source,
     * the service will use Start at 0 instead. * Start at 0 - Set the timecode of the initial frame to 00:00:00:00. *
     * Specified Start - Set the timecode of the initial frame to a value other than zero. You use Start timecode to
     * provide this value.
     * 
     * @param source
     *        Use Source to set how timecodes are handled within this job. To make sure that your video, audio,
     *        captions, and markers are synchronized and that time-based features, such as image inserter, work
     *        correctly, choose the Timecode source option that matches your assets. All timecodes are in a 24-hour
     *        format with frame number (HH:MM:SS:FF). * Embedded - Use the timecode that is in the input video. If no
     *        embedded timecode is in the source, the service will use Start at 0 instead. * Start at 0 - Set the
     *        timecode of the initial frame to 00:00:00:00. * Specified Start - Set the timecode of the initial frame to
     *        a value other than zero. You use Start timecode to provide this value.
     * @return Returns a reference to this object so that method calls can be chained together.
     * @see TimecodeSource
     */

    public TimecodeConfig withSource(String source) {
        setSource(source);
        return this;
    }

    /**
     * Use Source to set how timecodes are handled within this job. To make sure that your video, audio, captions, and
     * markers are synchronized and that time-based features, such as image inserter, work correctly, choose the
     * Timecode source option that matches your assets. All timecodes are in a 24-hour format with frame number
     * (HH:MM:SS:FF). * Embedded - Use the timecode that is in the input video. If no embedded timecode is in the source,
     * the service will use Start at 0 instead. * Start at 0 - Set the timecode of the initial frame to 00:00:00:00. *
     * Specified Start - Set the timecode of the initial frame to a value other than zero. You use Start timecode to
     * provide this value.
     * 
     * @param source
     *        Use Source to set how timecodes are handled within this job. To make sure that your video, audio,
     *        captions, and markers are synchronized and that time-based features, such as image inserter, work
     *        correctly, choose the Timecode source option that matches your assets. All timecodes are in a 24-hour
     *        format with frame number (HH:MM:SS:FF). * Embedded - Use the timecode that is in the input video. If no
     *        embedded timecode is in the source, the service will use Start at 0 instead. * Start at 0 - Set the
     *        timecode of the initial frame to 00:00:00:00. * Specified Start - Set the timecode of the initial frame to
     *        a value other than zero. You use Start timecode to provide this value.
     * @return Returns a reference to this object so that method calls can be chained together.
     * @see TimecodeSource
     */

    public TimecodeConfig withSource(TimecodeSource source) {
        this.source = source.toString();
        return this;
    }

    /**
     * Only use when you set Source to Specified start. Use Start timecode to specify the timecode for the initial
     * frame. Use 24-hour format with frame number, (HH:MM:SS:FF) or (HH:MM:SS;FF).
     * 
     * @param start
     *        Only use when you set Source to Specified start. Use Start timecode to specify the timecode for the
     *        initial frame. Use 24-hour format with frame number, (HH:MM:SS:FF) or (HH:MM:SS;FF).
     */

    public void setStart(String start) {
        this.start = start;
    }

    /**
     * Only use when you set Source to Specified start. Use Start timecode to specify the timecode for the initial
     * frame. Use 24-hour format with frame number, (HH:MM:SS:FF) or (HH:MM:SS;FF).
     * 
     * @return Only use when you set Source to Specified start. Use Start timecode to specify the timecode for the
     *         initial frame. Use 24-hour format with frame number, (HH:MM:SS:FF) or (HH:MM:SS;FF).
     */

    public String getStart() {
        return this.start;
    }

    /**
     * Only use when you set Source to Specified start. Use Start timecode to specify the timecode for the initial
     * frame. Use 24-hour format with frame number, (HH:MM:SS:FF) or (HH:MM:SS;FF).
     * 
     * @param start
     *        Only use when you set Source to Specified start. Use Start timecode to specify the timecode for the
     *        initial frame. Use 24-hour format with frame number, (HH:MM:SS:FF) or (HH:MM:SS;FF).
     * @return Returns a reference to this object so that method calls can be chained together.
     */

    public TimecodeConfig withStart(String start) {
        setStart(start);
        return this;
    }

    /**
     * Only applies to outputs that support program-date-time stamp. Use Timestamp offset to overwrite the timecode date
     * without affecting the time and frame number. Provide the new date as a string in the format "yyyy-mm-dd". To use
     * Timestamp offset, you must also enable Insert program-date-time in the output settings. For example, if the date
     * part of your timecodes is 2002-1-25 and you want to change it to one year later, set Timestamp offset to
     * 2003-1-25.
     * 
     * @param timestampOffset
     *        Only applies to outputs that support program-date-time stamp. Use Timestamp offset to overwrite the
     *        timecode date without affecting the time and frame number. Provide the new date as a string in the format
     *        "yyyy-mm-dd". To use Timestamp offset, you must also enable Insert program-date-time in the output
     *        settings. For example, if the date part of your timecodes is 2002-1-25 and you want to change it to one
     *        year later, set Timestamp offset to 2003-1-25.
     */

    public void setTimestampOffset(String timestampOffset) {
        this.timestampOffset = timestampOffset;
    }

    /**
     * Only applies to outputs that support program-date-time stamp. Use Timestamp offset to overwrite the timecode date
     * without affecting the time and frame number. Provide the new date as a string in the format "yyyy-mm-dd". To use
     * Timestamp offset, you must also enable Insert program-date-time in the output settings. For example, if the date
     * part of your timecodes is 2002-1-25 and you want to change it to one year later, set Timestamp offset to
     * 2003-1-25.
     * 
     * @return Only applies to outputs that support program-date-time stamp. Use Timestamp offset to overwrite the
     *         timecode date without affecting the time and frame number. Provide the new date as a string in the format
     *         "yyyy-mm-dd". To use Timestamp offset, you must also enable Insert program-date-time in the output
     *         settings. For example, if the date part of your timecodes is 2002-1-25 and you want to change it to one
     *         year later, set Timestamp offset to 2003-1-25.
     */

    public String getTimestampOffset() {
        return this.timestampOffset;
    }

    /**
     * Only applies to outputs that support program-date-time stamp. Use Timestamp offset to overwrite the timecode date
     * without affecting the time and frame number. Provide the new date as a string in the format "yyyy-mm-dd". To use
     * Timestamp offset, you must also enable Insert program-date-time in the output settings. For example, if the date
     * part of your timecodes is 2002-1-25 and you want to change it to one year later, set Timestamp offset to
     * 2003-1-25.
     * 
     * @param timestampOffset
     *        Only applies to outputs that support program-date-time stamp. Use Timestamp offset to overwrite the
     *        timecode date without affecting the time and frame number. Provide the new date as a string in the format
     *        "yyyy-mm-dd". To use Timestamp offset, you must also enable Insert program-date-time in the output
     *        settings. For example, if the date part of your timecodes is 2002-1-25 and you want to change it to one
     *        year later, set Timestamp offset to 2003-1-25.
     * @return Returns a reference to this object so that method calls can be chained together.
     */

    public TimecodeConfig withTimestampOffset(String timestampOffset) {
        setTimestampOffset(timestampOffset);
        return this;
    }

    /**
     * Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be
     * redacted from this string using a placeholder value.
     *
     * @return A string representation of this object.
     *
     * @see java.lang.Object#toString()
     */
    @Override
    public String toString() {
        StringBuilder sb = new StringBuilder();
        sb.append("{");
        if (getAnchor() != null)
            sb.append("Anchor: ").append(getAnchor()).append(",");
        if (getSource() != null)
            sb.append("Source: ").append(getSource()).append(",");
        if (getStart() != null)
            sb.append("Start: ").append(getStart()).append(",");
        if (getTimestampOffset() != null)
            sb.append("TimestampOffset: ").append(getTimestampOffset());
        sb.append("}");
        return sb.toString();
    }

    @Override
    public boolean equals(Object obj) {
        if (this == obj)
            return true;
        if (obj == null)
            return false;

        if (obj instanceof TimecodeConfig == false)
            return false;
        TimecodeConfig other = (TimecodeConfig) obj;
        if (other.getAnchor() == null ^ this.getAnchor() == null)
            return false;
        if (other.getAnchor() != null && other.getAnchor().equals(this.getAnchor()) == false)
            return false;
        if (other.getSource() == null ^ this.getSource() == null)
            return false;
        if (other.getSource() != null && other.getSource().equals(this.getSource()) == false)
            return false;
        if (other.getStart() == null ^ this.getStart() == null)
            return false;
        if (other.getStart() != null && other.getStart().equals(this.getStart()) == false)
            return false;
        if (other.getTimestampOffset() == null ^ this.getTimestampOffset() == null)
            return false;
        if (other.getTimestampOffset() != null && other.getTimestampOffset().equals(this.getTimestampOffset()) == false)
            return false;
        return true;
    }

    @Override
    public int hashCode() {
        final int prime = 31;
        int hashCode = 1;

        hashCode = prime * hashCode + ((getAnchor() == null) ? 0 : getAnchor().hashCode());
        hashCode = prime * hashCode + ((getSource() == null) ? 0 : getSource().hashCode());
        hashCode = prime * hashCode + ((getStart() == null) ? 0 : getStart().hashCode());
        hashCode = prime * hashCode + ((getTimestampOffset() == null) ? 0 : getTimestampOffset().hashCode());
        return hashCode;
    }

    @Override
    public TimecodeConfig clone() {
        try {
            return (TimecodeConfig) super.clone();
        } catch (CloneNotSupportedException e) {
            throw new IllegalStateException("Got a CloneNotSupportedException from Object.clone() " + "even though we're Cloneable!", e);
        }
    }

    @com.amazonaws.annotation.SdkInternalApi
    @Override
    public void marshall(ProtocolMarshaller protocolMarshaller) {
        com.amazonaws.services.mediaconvert.model.transform.TimecodeConfigMarshaller.getInstance().marshall(this, protocolMarshaller);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy