@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class TransportStream extends Object implements Serializable, Cloneable, StructuredPojo
Constructor and Description |
---|
TransportStream() |
Modifier and Type | Method and Description |
---|---|
TransportStream |
clone() |
boolean |
equals(Object obj) |
Integer |
getChannels()
The number of channels in the audio stream.
|
String |
getCodec()
The codec used by the stream.
|
String |
getFrameRate()
The frame rate used by the video stream.
|
FrameResolution |
getFrameResolution() |
Integer |
getPid()
The Packet ID (PID) as it is reported in the Program Map Table.
|
Integer |
getSampleRate()
The sample rate used by the audio stream.
|
Integer |
getSampleSize()
The sample bit size used by the audio stream.
|
String |
getStreamType()
The Stream Type as it is reported in the Program Map Table.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setChannels(Integer channels)
The number of channels in the audio stream.
|
void |
setCodec(String codec)
The codec used by the stream.
|
void |
setFrameRate(String frameRate)
The frame rate used by the video stream.
|
void |
setFrameResolution(FrameResolution frameResolution) |
void |
setPid(Integer pid)
The Packet ID (PID) as it is reported in the Program Map Table.
|
void |
setSampleRate(Integer sampleRate)
The sample rate used by the audio stream.
|
void |
setSampleSize(Integer sampleSize)
The sample bit size used by the audio stream.
|
void |
setStreamType(String streamType)
The Stream Type as it is reported in the Program Map Table.
|
String |
toString()
Returns a string representation of this object.
|
TransportStream |
withChannels(Integer channels)
The number of channels in the audio stream.
|
TransportStream |
withCodec(String codec)
The codec used by the stream.
|
TransportStream |
withFrameRate(String frameRate)
The frame rate used by the video stream.
|
TransportStream |
withFrameResolution(FrameResolution frameResolution) |
TransportStream |
withPid(Integer pid)
The Packet ID (PID) as it is reported in the Program Map Table.
|
TransportStream |
withSampleRate(Integer sampleRate)
The sample rate used by the audio stream.
|
TransportStream |
withSampleSize(Integer sampleSize)
The sample bit size used by the audio stream.
|
TransportStream |
withStreamType(String streamType)
The Stream Type as it is reported in the Program Map Table.
|
public void setChannels(Integer channels)
channels
- The number of channels in the audio stream.public Integer getChannels()
public TransportStream withChannels(Integer channels)
channels
- The number of channels in the audio stream.public void setCodec(String codec)
codec
- The codec used by the stream.public String getCodec()
public TransportStream withCodec(String codec)
codec
- The codec used by the stream.public void setFrameRate(String frameRate)
frameRate
- The frame rate used by the video stream.public String getFrameRate()
public TransportStream withFrameRate(String frameRate)
frameRate
- The frame rate used by the video stream.public void setFrameResolution(FrameResolution frameResolution)
frameResolution
- public FrameResolution getFrameResolution()
public TransportStream withFrameResolution(FrameResolution frameResolution)
frameResolution
- public void setPid(Integer pid)
pid
- The Packet ID (PID) as it is reported in the Program Map Table.public Integer getPid()
public TransportStream withPid(Integer pid)
pid
- The Packet ID (PID) as it is reported in the Program Map Table.public void setSampleRate(Integer sampleRate)
sampleRate
- The sample rate used by the audio stream.public Integer getSampleRate()
public TransportStream withSampleRate(Integer sampleRate)
sampleRate
- The sample rate used by the audio stream.public void setSampleSize(Integer sampleSize)
sampleSize
- The sample bit size used by the audio stream.public Integer getSampleSize()
public TransportStream withSampleSize(Integer sampleSize)
sampleSize
- The sample bit size used by the audio stream.public void setStreamType(String streamType)
streamType
- The Stream Type as it is reported in the Program Map Table.public String getStreamType()
public TransportStream withStreamType(String streamType)
streamType
- The Stream Type as it is reported in the Program Map Table.public String toString()
toString
in class Object
Object.toString()
public TransportStream clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.