Uses of Class
software.amazon.awssdk.services.mediaconnect.model.TransportStreamProgram
-
Packages that use TransportStreamProgram Package Description software.amazon.awssdk.services.mediaconnect.model -
-
Uses of TransportStreamProgram in software.amazon.awssdk.services.mediaconnect.model
Methods in software.amazon.awssdk.services.mediaconnect.model that return types with arguments of type TransportStreamProgram Modifier and Type Method Description List<TransportStreamProgram>TransportMediaInfo. programs()The list of transport stream programs in the current flow's source.Methods in software.amazon.awssdk.services.mediaconnect.model with parameters of type TransportStreamProgram Modifier and Type Method Description TransportMediaInfo.BuilderTransportMediaInfo.Builder. programs(TransportStreamProgram... programs)The list of transport stream programs in the current flow's source.Method parameters in software.amazon.awssdk.services.mediaconnect.model with type arguments of type TransportStreamProgram Modifier and Type Method Description TransportMediaInfo.BuilderTransportMediaInfo.Builder. programs(Collection<TransportStreamProgram> programs)The list of transport stream programs in the current flow's source.
-