Uses of Class
software.amazon.awssdk.services.mediaconnect.model.TransportStream
-
Packages that use TransportStream Package Description software.amazon.awssdk.services.mediaconnect.model -
-
Uses of TransportStream in software.amazon.awssdk.services.mediaconnect.model
Methods in software.amazon.awssdk.services.mediaconnect.model that return types with arguments of type TransportStream Modifier and Type Method Description List<TransportStream>TransportStreamProgram. streams()The list of elementary transport streams in the program.Methods in software.amazon.awssdk.services.mediaconnect.model with parameters of type TransportStream Modifier and Type Method Description TransportStreamProgram.BuilderTransportStreamProgram.Builder. streams(TransportStream... streams)The list of elementary transport streams in the program.Method parameters in software.amazon.awssdk.services.mediaconnect.model with type arguments of type TransportStream Modifier and Type Method Description TransportStreamProgram.BuilderTransportStreamProgram.Builder. streams(Collection<TransportStream> streams)The list of elementary transport streams in the program.
-