Uses of Class
software.amazon.awssdk.services.mediatailor.model.StreamingMediaFileConditioning
-
Packages that use StreamingMediaFileConditioning Package Description software.amazon.awssdk.services.mediatailor.model -
-
Uses of StreamingMediaFileConditioning in software.amazon.awssdk.services.mediatailor.model
Methods in software.amazon.awssdk.services.mediatailor.model that return StreamingMediaFileConditioning Modifier and Type Method Description static StreamingMediaFileConditioningStreamingMediaFileConditioning. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.StreamingMediaFileConditioningAdConditioningConfiguration. streamingMediaFileConditioning()For ads that have media files with streaming delivery and supported file extensions, indicates what transcoding action MediaTailor takes when it first receives these ads from the ADS.static StreamingMediaFileConditioningStreamingMediaFileConditioning. valueOf(String name)Returns the enum constant of this type with the specified name.static StreamingMediaFileConditioning[]StreamingMediaFileConditioning. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.mediatailor.model that return types with arguments of type StreamingMediaFileConditioning Modifier and Type Method Description static Set<StreamingMediaFileConditioning>StreamingMediaFileConditioning. knownValues()Methods in software.amazon.awssdk.services.mediatailor.model with parameters of type StreamingMediaFileConditioning Modifier and Type Method Description AdConditioningConfiguration.BuilderAdConditioningConfiguration.Builder. streamingMediaFileConditioning(StreamingMediaFileConditioning streamingMediaFileConditioning)For ads that have media files with streaming delivery and supported file extensions, indicates what transcoding action MediaTailor takes when it first receives these ads from the ADS.
-