Uses of Class
ws.schild.jave.VideoAttributes.X264_PROFILE
-
-
Uses of VideoAttributes.X264_PROFILE in ws.schild.jave
Methods in ws.schild.jave that return VideoAttributes.X264_PROFILE Modifier and Type Method Description VideoAttributes.X264_PROFILEVideoAttributes. getX264Profile()static VideoAttributes.X264_PROFILEVideoAttributes.X264_PROFILE. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static VideoAttributes.X264_PROFILE[]VideoAttributes.X264_PROFILE. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in ws.schild.jave with parameters of type VideoAttributes.X264_PROFILE Modifier and Type Method Description voidVideoAttributes. setX264Profile(VideoAttributes.X264_PROFILE x264Profile)
-