public class Muxing extends BitmovinResource
Constructor and Description |
---|
Muxing() |
Modifier and Type | Method and Description |
---|---|
Muxing |
addOutputsItem(EncodingOutput outputsItem) |
Muxing |
addStreamsItem(MuxingStream streamsItem) |
boolean |
equals(Object o) |
Long |
getAvgBitrate()
Average bitrate.
|
List<Ignoring> |
getIgnoredBy()
This read-only property is set during the analysis step of the encoding.
|
Long |
getMaxBitrate()
Max bitrate.
|
Long |
getMinBitrate()
Min bitrate.
|
List<EncodingOutput> |
getOutputs()
Get outputs
|
StreamConditionsMode |
getStreamConditionsMode()
Specifies how to proceed with the Muxing when some of its Streams are ignored (see 'condition' property of the Stream resource).
|
List<MuxingStream> |
getStreams()
Get streams
|
int |
hashCode() |
void |
setOutputs(List<EncodingOutput> outputs)
Set outputs
|
void |
setStreamConditionsMode(StreamConditionsMode streamConditionsMode)
Specifies how to proceed with the Muxing when some of its Streams are ignored (see 'condition' property of the Stream resource).
|
void |
setStreams(List<MuxingStream> streams)
Set streams
|
String |
toString() |
getCreatedAt, getCustomData, getDescription, getModifiedAt, getName, putCustomDataItem, setCustomData, setDescription, setName
getId
public Muxing addStreamsItem(MuxingStream streamsItem)
public List<MuxingStream> getStreams()
public void setStreams(List<MuxingStream> streams)
streams
- public Muxing addOutputsItem(EncodingOutput outputsItem)
public List<EncodingOutput> getOutputs()
public void setOutputs(List<EncodingOutput> outputs)
outputs
- public Long getAvgBitrate()
public Long getMinBitrate()
public Long getMaxBitrate()
public List<Ignoring> getIgnoredBy()
public StreamConditionsMode getStreamConditionsMode()
public void setStreamConditionsMode(StreamConditionsMode streamConditionsMode)
streamConditionsMode
- Specifies how to proceed with the Muxing when some of its Streams are ignored (see 'condition' property of the Stream resource). The settings only make a difference for Muxings with more than one Stream. When retrieving the resource after the analysis step of the encoding has finished, 'ignoredBy' will indicate if and why it has been ignored.public boolean equals(Object o)
equals
in class BitmovinResource
public int hashCode()
hashCode
in class BitmovinResource
public String toString()
toString
in class BitmovinResource
Copyright © 2025. All rights reserved.