Uses of Enum Class
bdsup2sub.core.Resolution
Packages that use Resolution
Package
Description
-
Uses of Resolution in bdsup2sub.cli
Fields in bdsup2sub.cli with type parameters of type ResolutionMethods in bdsup2sub.cli that return types with arguments of type Resolution -
Uses of Resolution in bdsup2sub.core
Fields in bdsup2sub.core declared as ResolutionModifier and TypeFieldDescriptionstatic final Resolution
Configuration.DEFAULT_TARGET_RESOLUTION
private Resolution
Configuration.outputResolution
Methods in bdsup2sub.core that return ResolutionModifier and TypeMethodDescriptionConfiguration.getOutputResolution()
Configuration.loadOutputResolution()
static Resolution
Returns the enum constant of this class with the specified name.static Resolution[]
Resolution.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in bdsup2sub.core with parameters of type ResolutionModifier and TypeMethodDescriptionstatic void
Core.reScanSubtitles
(Resolution resOld, double fpsTrgOld, int delayOld, boolean convertFpsOld, double fsXOld, double fsYOld) Same as scanSubtitles, but consider existing frame copies.
Times and X/Y offsets of existing frames are converted to new settings.void
Configuration.setOutputResolution
(Resolution outputResolution) void
Configuration.storeOutputResolution
(Resolution outputResolution) -
Uses of Resolution in bdsup2sub.gui.conversion
Fields in bdsup2sub.gui.conversion declared as ResolutionMethods in bdsup2sub.gui.conversion that return ResolutionMethods in bdsup2sub.gui.conversion with parameters of type ResolutionModifier and TypeMethodDescriptionvoid
ConversionDialogModel.setOutputResolution
(Resolution outputResolution) void
ConversionDialogModel.setOutputResolutionConf
(Resolution outputResolution) -
Uses of Resolution in bdsup2sub.gui.edit
Methods in bdsup2sub.gui.edit that return Resolution -
Uses of Resolution in bdsup2sub.gui.main
Methods in bdsup2sub.gui.main that return Resolution -
Uses of Resolution in bdsup2sub.supstream.bdnxml
Fields in bdsup2sub.supstream.bdnxml declared as ResolutionModifier and TypeFieldDescriptionprivate Resolution
SupXml.resolution
resolution read from the xml -
Uses of Resolution in bdsup2sub.utils
Methods in bdsup2sub.utils that return ResolutionModifier and TypeMethodDescriptionstatic Resolution
SubtitleUtils.getResolutionForDimension
(int width, int height) Methods in bdsup2sub.utils with parameters of type ResolutionModifier and TypeMethodDescriptionstatic double
SubtitleUtils.getDefaultFramerateForResolution
(Resolution resolution)