@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Fmp4HlsSettings extends Object implements Serializable, Cloneable, StructuredPojo
Constructor and Description |
---|
Fmp4HlsSettings() |
Modifier and Type | Method and Description |
---|---|
Fmp4HlsSettings |
clone() |
boolean |
equals(Object obj) |
String |
getAudioRenditionSets()
List all the audio groups that are used with the video output stream.
|
String |
getNielsenId3Behavior()
If set to passthrough, Nielsen inaudible tones for media tracking will be detected in the input audio and an
equivalent ID3 tag will be inserted in the output.
|
String |
getTimedMetadataBehavior()
When set to passthrough, timed metadata is passed through from input to output.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAudioRenditionSets(String audioRenditionSets)
List all the audio groups that are used with the video output stream.
|
void |
setNielsenId3Behavior(String nielsenId3Behavior)
If set to passthrough, Nielsen inaudible tones for media tracking will be detected in the input audio and an
equivalent ID3 tag will be inserted in the output.
|
void |
setTimedMetadataBehavior(String timedMetadataBehavior)
When set to passthrough, timed metadata is passed through from input to output.
|
String |
toString()
Returns a string representation of this object.
|
Fmp4HlsSettings |
withAudioRenditionSets(String audioRenditionSets)
List all the audio groups that are used with the video output stream.
|
Fmp4HlsSettings |
withNielsenId3Behavior(Fmp4NielsenId3Behavior nielsenId3Behavior)
If set to passthrough, Nielsen inaudible tones for media tracking will be detected in the input audio and an
equivalent ID3 tag will be inserted in the output.
|
Fmp4HlsSettings |
withNielsenId3Behavior(String nielsenId3Behavior)
If set to passthrough, Nielsen inaudible tones for media tracking will be detected in the input audio and an
equivalent ID3 tag will be inserted in the output.
|
Fmp4HlsSettings |
withTimedMetadataBehavior(Fmp4TimedMetadataBehavior timedMetadataBehavior)
When set to passthrough, timed metadata is passed through from input to output.
|
Fmp4HlsSettings |
withTimedMetadataBehavior(String timedMetadataBehavior)
When set to passthrough, timed metadata is passed through from input to output.
|
public void setAudioRenditionSets(String audioRenditionSets)
audioRenditionSets
- List all the audio groups that are used with the video output stream. Input all the audio GROUP-IDs that
are associated to the video, separate by ','.public String getAudioRenditionSets()
public Fmp4HlsSettings withAudioRenditionSets(String audioRenditionSets)
audioRenditionSets
- List all the audio groups that are used with the video output stream. Input all the audio GROUP-IDs that
are associated to the video, separate by ','.public void setNielsenId3Behavior(String nielsenId3Behavior)
nielsenId3Behavior
- If set to passthrough, Nielsen inaudible tones for media tracking will be detected in the input audio and
an equivalent ID3 tag will be inserted in the output.Fmp4NielsenId3Behavior
public String getNielsenId3Behavior()
Fmp4NielsenId3Behavior
public Fmp4HlsSettings withNielsenId3Behavior(String nielsenId3Behavior)
nielsenId3Behavior
- If set to passthrough, Nielsen inaudible tones for media tracking will be detected in the input audio and
an equivalent ID3 tag will be inserted in the output.Fmp4NielsenId3Behavior
public Fmp4HlsSettings withNielsenId3Behavior(Fmp4NielsenId3Behavior nielsenId3Behavior)
nielsenId3Behavior
- If set to passthrough, Nielsen inaudible tones for media tracking will be detected in the input audio and
an equivalent ID3 tag will be inserted in the output.Fmp4NielsenId3Behavior
public void setTimedMetadataBehavior(String timedMetadataBehavior)
timedMetadataBehavior
- When set to passthrough, timed metadata is passed through from input to output.Fmp4TimedMetadataBehavior
public String getTimedMetadataBehavior()
Fmp4TimedMetadataBehavior
public Fmp4HlsSettings withTimedMetadataBehavior(String timedMetadataBehavior)
timedMetadataBehavior
- When set to passthrough, timed metadata is passed through from input to output.Fmp4TimedMetadataBehavior
public Fmp4HlsSettings withTimedMetadataBehavior(Fmp4TimedMetadataBehavior timedMetadataBehavior)
timedMetadataBehavior
- When set to passthrough, timed metadata is passed through from input to output.Fmp4TimedMetadataBehavior
public String toString()
toString
in class Object
Object.toString()
public Fmp4HlsSettings clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.