| Package | Description |
|---|---|
| com.amazonaws.services.mediaconvert.model |
| Modifier and Type | Method and Description |
|---|---|
M2tsSettings |
M2tsSettings.clone() |
M2tsSettings |
ContainerSettings.getM2tsSettings() |
M2tsSettings |
M2tsSettings.withAudioBufferModel(M2tsAudioBufferModel audioBufferModel) |
M2tsSettings |
M2tsSettings.withAudioBufferModel(String audioBufferModel) |
M2tsSettings |
M2tsSettings.withAudioFramesPerPes(Integer audioFramesPerPes)
The number of audio frames to insert for each PES packet.
|
M2tsSettings |
M2tsSettings.withAudioPids(Collection<Integer> audioPids)
Packet Identifier (PID) of the elementary audio stream(s) in the transport stream.
|
M2tsSettings |
M2tsSettings.withAudioPids(Integer... audioPids)
Packet Identifier (PID) of the elementary audio stream(s) in the transport stream.
|
M2tsSettings |
M2tsSettings.withBitrate(Integer bitrate)
The output bitrate of the transport stream in bits per second.
|
M2tsSettings |
M2tsSettings.withBufferModel(M2tsBufferModel bufferModel) |
M2tsSettings |
M2tsSettings.withBufferModel(String bufferModel) |
M2tsSettings |
M2tsSettings.withDvbNitSettings(DvbNitSettings dvbNitSettings) |
M2tsSettings |
M2tsSettings.withDvbSdtSettings(DvbSdtSettings dvbSdtSettings) |
M2tsSettings |
M2tsSettings.withDvbSubPids(Collection<Integer> dvbSubPids)
Packet Identifier (PID) for input source DVB Subtitle data to this output.
|
M2tsSettings |
M2tsSettings.withDvbSubPids(Integer... dvbSubPids)
Packet Identifier (PID) for input source DVB Subtitle data to this output.
|
M2tsSettings |
M2tsSettings.withDvbTdtSettings(DvbTdtSettings dvbTdtSettings) |
M2tsSettings |
M2tsSettings.withDvbTeletextPid(Integer dvbTeletextPid)
Packet Identifier (PID) for input source DVB Teletext data to this output.
|
M2tsSettings |
M2tsSettings.withEbpAudioInterval(M2tsEbpAudioInterval ebpAudioInterval) |
M2tsSettings |
M2tsSettings.withEbpAudioInterval(String ebpAudioInterval) |
M2tsSettings |
M2tsSettings.withEbpPlacement(M2tsEbpPlacement ebpPlacement) |
M2tsSettings |
M2tsSettings.withEbpPlacement(String ebpPlacement) |
M2tsSettings |
M2tsSettings.withEsRateInPes(M2tsEsRateInPes esRateInPes) |
M2tsSettings |
M2tsSettings.withEsRateInPes(String esRateInPes) |
M2tsSettings |
M2tsSettings.withFragmentTime(Double fragmentTime)
The length in seconds of each fragment.
|
M2tsSettings |
M2tsSettings.withMaxPcrInterval(Integer maxPcrInterval)
Maximum time in milliseconds between Program Clock References (PCRs) inserted into the transport stream.
|
M2tsSettings |
M2tsSettings.withMinEbpInterval(Integer minEbpInterval)
When set, enforces that Encoder Boundary Points do not come within the specified time interval of each other by
looking ahead at input video.
|
M2tsSettings |
M2tsSettings.withNielsenId3(M2tsNielsenId3 nielsenId3) |
M2tsSettings |
M2tsSettings.withNielsenId3(String nielsenId3) |
M2tsSettings |
M2tsSettings.withNullPacketBitrate(Double nullPacketBitrate)
Value in bits per second of extra null packets to insert into the transport stream.
|
M2tsSettings |
M2tsSettings.withPatInterval(Integer patInterval)
The number of milliseconds between instances of this table in the output transport stream.
|
M2tsSettings |
M2tsSettings.withPcrControl(M2tsPcrControl pcrControl) |
M2tsSettings |
M2tsSettings.withPcrControl(String pcrControl) |
M2tsSettings |
M2tsSettings.withPcrPid(Integer pcrPid)
Packet Identifier (PID) of the Program Clock Reference (PCR) in the transport stream.
|
M2tsSettings |
M2tsSettings.withPmtInterval(Integer pmtInterval)
The number of milliseconds between instances of this table in the output transport stream.
|
M2tsSettings |
M2tsSettings.withPmtPid(Integer pmtPid)
Packet Identifier (PID) for the Program Map Table (PMT) in the transport stream.
|
M2tsSettings |
M2tsSettings.withPrivateMetadataPid(Integer privateMetadataPid)
Packet Identifier (PID) of the private metadata stream in the transport stream.
|
M2tsSettings |
M2tsSettings.withProgramNumber(Integer programNumber)
The value of the program number field in the Program Map Table.
|
M2tsSettings |
M2tsSettings.withRateMode(M2tsRateMode rateMode) |
M2tsSettings |
M2tsSettings.withRateMode(String rateMode) |
M2tsSettings |
M2tsSettings.withScte35Pid(Integer scte35Pid)
Packet Identifier (PID) of the SCTE-35 stream in the transport stream.
|
M2tsSettings |
M2tsSettings.withScte35Source(M2tsScte35Source scte35Source) |
M2tsSettings |
M2tsSettings.withScte35Source(String scte35Source) |
M2tsSettings |
M2tsSettings.withSegmentationMarkers(M2tsSegmentationMarkers segmentationMarkers) |
M2tsSettings |
M2tsSettings.withSegmentationMarkers(String segmentationMarkers) |
M2tsSettings |
M2tsSettings.withSegmentationStyle(M2tsSegmentationStyle segmentationStyle) |
M2tsSettings |
M2tsSettings.withSegmentationStyle(String segmentationStyle) |
M2tsSettings |
M2tsSettings.withSegmentationTime(Double segmentationTime)
The length in seconds of each segment.
|
M2tsSettings |
M2tsSettings.withTimedMetadataPid(Integer timedMetadataPid)
Packet Identifier (PID) of the timed metadata stream in the transport stream.
|
M2tsSettings |
M2tsSettings.withTransportStreamId(Integer transportStreamId)
The value of the transport stream ID field in the Program Map Table.
|
M2tsSettings |
M2tsSettings.withVideoPid(Integer videoPid)
Packet Identifier (PID) of the elementary video stream in the transport stream.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ContainerSettings.setM2tsSettings(M2tsSettings m2tsSettings) |
ContainerSettings |
ContainerSettings.withM2tsSettings(M2tsSettings m2tsSettings) |
Copyright © 2018. All rights reserved.