Uses of Class
software.amazon.awssdk.services.chimesdkmediapipelines.model.VideoMuxType
-
Packages that use VideoMuxType Package Description software.amazon.awssdk.services.chimesdkmediapipelines.model -
-
Uses of VideoMuxType in software.amazon.awssdk.services.chimesdkmediapipelines.model
Methods in software.amazon.awssdk.services.chimesdkmediapipelines.model that return VideoMuxType Modifier and Type Method Description static VideoMuxTypeVideoMuxType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.VideoMuxTypeVideoArtifactsConfiguration. muxType()The MUX type of the video artifact configuration object.static VideoMuxTypeVideoMuxType. valueOf(String name)Returns the enum constant of this type with the specified name.static VideoMuxType[]VideoMuxType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.chimesdkmediapipelines.model that return types with arguments of type VideoMuxType Modifier and Type Method Description static Set<VideoMuxType>VideoMuxType. knownValues()Methods in software.amazon.awssdk.services.chimesdkmediapipelines.model with parameters of type VideoMuxType Modifier and Type Method Description VideoArtifactsConfiguration.BuilderVideoArtifactsConfiguration.Builder. muxType(VideoMuxType muxType)The MUX type of the video artifact configuration object.
-