Uses of Class
software.amazon.awssdk.services.medialive.model.M2tsSettings
-
Packages that use M2tsSettings Package Description software.amazon.awssdk.services.medialive.model -
-
Uses of M2tsSettings in software.amazon.awssdk.services.medialive.model
Methods in software.amazon.awssdk.services.medialive.model that return M2tsSettings Modifier and Type Method Description M2tsSettingsArchiveContainerSettings. m2tsSettings()Returns the value of the M2tsSettings property for this object.M2tsSettingsUdpContainerSettings. m2tsSettings()Returns the value of the M2tsSettings property for this object.Methods in software.amazon.awssdk.services.medialive.model with parameters of type M2tsSettings Modifier and Type Method Description ArchiveContainerSettings.BuilderArchiveContainerSettings.Builder. m2tsSettings(M2tsSettings m2tsSettings)Sets the value of the M2tsSettings property for this object.UdpContainerSettings.BuilderUdpContainerSettings.Builder. m2tsSettings(M2tsSettings m2tsSettings)Sets the value of the M2tsSettings property for this object.
-