static TransportStream.Builder |
TransportStream.builder() |
|
TransportStream.Builder |
TransportStream.Builder.channels(Integer channels) |
The number of channels in the audio stream.
|
TransportStream.Builder |
TransportStream.Builder.codec(String codec) |
The codec used by the stream.
|
TransportStream.Builder |
TransportStream.Builder.frameRate(String frameRate) |
The frame rate used by the video stream.
|
default TransportStream.Builder |
TransportStream.Builder.frameResolution(Consumer<FrameResolution.Builder> frameResolution) |
Sets the value of the FrameResolution property for this object.
|
TransportStream.Builder |
TransportStream.Builder.frameResolution(FrameResolution frameResolution) |
Sets the value of the FrameResolution property for this object.
|
TransportStream.Builder |
TransportStream.Builder.pid(Integer pid) |
The Packet ID (PID) as it is reported in the Program Map Table.
|
TransportStream.Builder |
TransportStream.Builder.sampleRate(Integer sampleRate) |
The sample rate used by the audio stream.
|
TransportStream.Builder |
TransportStream.Builder.sampleSize(Integer sampleSize) |
The sample bit size used by the audio stream.
|
TransportStream.Builder |
TransportStream.Builder.streamType(String streamType) |
The Stream Type as it is reported in the Program Map Table.
|
TransportStream.Builder |
TransportStream.toBuilder() |
|