Uses of Class
ws.schild.jave.encode.enums.X264_PROFILE
-
Packages that use X264_PROFILE Package Description ws.schild.jave.encode ws.schild.jave.encode.enums -
-
Uses of X264_PROFILE in ws.schild.jave.encode
Fields in ws.schild.jave.encode declared as X264_PROFILE Modifier and Type Field Description private X264_PROFILEVideoAttributes. x264ProfileMethods in ws.schild.jave.encode that return types with arguments of type X264_PROFILE Modifier and Type Method Description java.util.Optional<X264_PROFILE>VideoAttributes. getX264Profile()Methods in ws.schild.jave.encode with parameters of type X264_PROFILE Modifier and Type Method Description VideoAttributesVideoAttributes. setX264Profile(X264_PROFILE x264Profile) -
Uses of X264_PROFILE in ws.schild.jave.encode.enums
Methods in ws.schild.jave.encode.enums that return X264_PROFILE Modifier and Type Method Description static X264_PROFILEX264_PROFILE. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static X264_PROFILE[]X264_PROFILE. values()Returns an array containing the constants of this enum type, in the order they are declared.
-