A B C D E F G H I J L M N P Q R S T U V W X Y Z

S

save(String) - Method in class deadbeef.Tools.Props
Save property file
scaleBilinear(int, int, Palette) - Method in class deadbeef.SupTools.Bitmap
Scales a palletized Bitmap to a Bitmap with the same palette using bilinear filtering.
scaleBilinear(int, int, Palette, boolean) - Method in class deadbeef.SupTools.Bitmap
Scales a palletized Bitmap to a Bitmap with a new quantized Palette using bilinear filtering.
scaleBilinearLm(int, int, Palette, int, int[]) - Method in class deadbeef.SupTools.Bitmap
Scales a palletized Bitmap (where each palette entry has individual alpha) using bilinear filtering to a Bitmap with N color palette, where:
index0 = transparent, index1 = light color, ... , indexN-2 = dark color, indexN-1 = black.
scaleFilter(int, int, Palette, Filter) - Method in class deadbeef.SupTools.Bitmap
Scales a palletized Bitmap to a Bitmap with the same Palette using a given scaling filter.
scaleFilter(int, int, Palette, Filter, boolean) - Method in class deadbeef.SupTools.Bitmap
Scales a palletized Bitmap to a Bitmap with a new quantized Palette using a given scaling filter.
scaleFilterLm(int, int, Palette, int, int[], Filter) - Method in class deadbeef.SupTools.Bitmap
Scales a palletized Bitmap (where each palette entry has individual alpha) using a given scaling filter to a Bitmap with N color palette, where:
index0 = transparent, index1 = light color, ... , indexN-2 = dark color, indexN-1 = black
scanSubtitles() - Static method in class deadbeef.SupTools.Core
Create a copy of the loaded subpicture information frames.
set(String, String) - Method in class deadbeef.Tools.Props
Set string property
set(String, int) - Method in class deadbeef.Tools.Props
Set integer property
set(String, boolean) - Method in class deadbeef.Tools.Props
Set boolean property
set(String, double) - Method in class deadbeef.Tools.Props
Set double property
setAlpha(int, int) - Method in class deadbeef.SupTools.Palette
Set alpha channel
setAlphaCrop(int) - Static method in class deadbeef.SupTools.Core
Set alpha threshold for cropping.
setAlphaThr(int) - Static method in class deadbeef.SupTools.Core
Set alpha threshold.
setApplyFreeScale(boolean) - Static method in class deadbeef.SupTools.Core
Enable/disable free scaling
setARGB(int, int) - Method in class deadbeef.SupTools.Palette
Set palette index "index" to color "c" in ARGB format
setByte(byte[], int, int) - Static method in class deadbeef.Tools.ToolBox
Write byte to buffer[index]
setCineBarFactor(double) - Static method in class deadbeef.SupTools.Core
Set: factor of cinemascope bars (needed for moving after cropping).
setColor(int, Color) - Method in class deadbeef.SupTools.Palette
Set palette index "index" to color "c"
setCompressionLevel(int) - Method in class deadbeef.Tools.PngEncoder
Set the compression level to use
setConvertFPS(boolean) - Static method in class deadbeef.SupTools.Core
Set flag that tells whether or not to convert the frame rate.
setConvertResolution(boolean) - Static method in class deadbeef.SupTools.Core
Set flag that tells whether or not to convert the resolution.
setCropOfsY(int) - Static method in class deadbeef.SupTools.Core
Set Y coordinate cropping offset.
setCurrentDVDPalette(Palette) - Static method in class deadbeef.SupTools.Core
Set current DVD palette.
setCurrentStreamID(Core.StreamID) - Static method in class deadbeef.SupTools.Core
Set current input stream ID.
setCurSrcDVDPalette(Palette) - Static method in class deadbeef.SupTools.Core
Set modified imported palette.
setDelayPTS(int) - Static method in class deadbeef.SupTools.Core
Set delay to add to time stamps.
setDescription(String) - Method in class deadbeef.Tools.JFileFilter
Sets the human readable description of this filter.
setDither(boolean) - Method in class deadbeef.Tools.QuantizeFilter
Set whether to use dithering or not.
setDWord(byte[], int, int) - Static method in class deadbeef.Tools.ToolBox
Write (big endian) double word to buffer[index] (index points at most significant byte)
setEncodeAlpha(boolean) - Method in class deadbeef.Tools.PngEncoder
Set the alpha encoding on or off.
setExportForced(boolean) - Static method in class deadbeef.SupTools.Core
Set flag that tells whether or not to export only forced subtitles.
setExtensionListInDescription(boolean) - Method in class deadbeef.Tools.JFileFilter
Determines whether the extension list (.jpg, .gif, etc) should show up in the human readable description.
setFilter(Filter) - Method in class deadbeef.Filters.FilterOp
Set current filter
setFilter(int) - Method in class deadbeef.Tools.PngEncoder
Set the filter to use
setFixShortFrames(boolean) - Static method in class deadbeef.SupTools.Core
Set flag that tells whether to fix frames shorter than minTimePTS.
setFixZeroAlpha(boolean) - Static method in class deadbeef.SupTools.Core
Set: fix completely invisibly subtitles due to alpha=0 (SUB/IDX and SUP/IFO import only).
setForceAll() - Static method in class deadbeef.SupTools.Core
Apply the state of forceAll to all captions
setForceAll(Core.SetState) - Static method in class deadbeef.SupTools.Core
Request setting of forced flag for all captions
setFPSSrc(double) - Static method in class deadbeef.SupTools.Core
Set source frame rate.
setFpsSrcCertain(boolean) - Static method in class deadbeef.SupTools.Core
Set: source frame rate is certain
setFPSTrg(double) - Static method in class deadbeef.SupTools.Core
Set target frame rate.
setFreeScale(double, double) - Static method in class deadbeef.SupTools.Core
Set free scaling factor.
setHeader(String) - Method in class deadbeef.Tools.Props
Set the property file header
setImage(Image) - Method in class deadbeef.Tools.PngEncoder
Set the image to be encoded
setImage(BufferedImage) - Method in class deadbeef.Tools.PngEncoderB
Set the BufferedImage to be encoded.
setImageHeight(int) - Method in class deadbeef.SupTools.SubPicture
Set image height
setImageWidth(int) - Method in class deadbeef.SupTools.SubPicture
Set image width
setKeepFps(boolean) - Static method in class deadbeef.SupTools.Core
Set: use source fps for target fps if possible.
setLanguageIdx(int) - Static method in class deadbeef.SupTools.Core
Set language index for VobSub (and XML) export.
setLumThr(int[]) - Static method in class deadbeef.SupTools.Core
Set luminance thresholds.
setMainFrame(MainFrame) - Static method in class deadbeef.SupTools.Core
Set reference to the main frame.
setMergePTSdiff(int) - Static method in class deadbeef.SupTools.Core
Set maximum time difference for merging captions.
setMinTimePTS(int) - Static method in class deadbeef.SupTools.Core
Set minimum frame duration in 90kHz resolution.
setMoveCaptions(boolean) - Static method in class deadbeef.SupTools.Core
Set: keep move settings after loading a new stream
setMoveModeX(Core.MoveModeX) - Static method in class deadbeef.SupTools.Core
Set: move mode in X direction
setMoveModeY(Core.MoveModeY) - Static method in class deadbeef.SupTools.Core
Set: move mode in Y direction
setMoveOffsetX(int) - Static method in class deadbeef.SupTools.Core
Set: Additional x offset to consider when moving
setMoveOffsetY(int) - Static method in class deadbeef.SupTools.Core
Set: Additional y offset to consider when moving
setNumColors(int) - Method in class deadbeef.Tools.QuantizeFilter
Set the number of colors to quantize to.
setOfsX(int) - Method in class deadbeef.SupTools.SubPicture
Set image x offset
setOfsY(int) - Method in class deadbeef.SupTools.SubPicture
Set image y offset
setOutputMode(Core.OutputMode) - Static method in class deadbeef.SupTools.Core
Set output mode.
setOutputResolution(Core.Resolution) - Static method in class deadbeef.SupTools.Core
Set output resolution.
setPaletteMode(Core.PaletteMode) - Static method in class deadbeef.SupTools.Core
Set palette creation mode.
setPixel(int, int, byte) - Method in class deadbeef.SupTools.Bitmap
Set color index of pixel at position x,y.
setProgress(int) - Static method in class deadbeef.SupTools.Core
Set progress in progress bar.
setProgressMax(int) - Static method in class deadbeef.SupTools.Core
Set internal maximum for progress bar.
setReady(boolean) - Static method in class deadbeef.SupTools.Core
Set Core ready state.
setRGB(int, int, int, int) - Method in class deadbeef.SupTools.Palette
Set palette entry (RGB mode)
setScalingFilter(Core.ScalingFilters) - Static method in class deadbeef.SupTools.Core
Set filter to be used for scaling.
setSerpentine(boolean) - Method in class deadbeef.Tools.QuantizeFilter
Set whether to use a serpentine pattern for return or not.
setString(byte[], int, String) - Static method in class deadbeef.Tools.ToolBox
Write ASCII string to buffer[index] (no special handling for multi-byte characters)
setSwapCrCb(boolean) - Static method in class deadbeef.SupTools.Core
Set flag that defines whether to swap Cr/Cb components when loading a SUP.
setVerbatim(boolean) - Static method in class deadbeef.SupTools.Core
Set verbatim console output mode.
setWord(byte[], int, int) - Static method in class deadbeef.Tools.ToolBox
Write (big endian) word to buffer[index] (index points at most significant byte)
setWritePGCEditPal(boolean) - Static method in class deadbeef.SupTools.Core
Set: write PGCEdit palette file on export.
setYCbCr(int, int, int, int) - Method in class deadbeef.SupTools.Palette
Set palette entry (YCbCr mode)
showException(Throwable) - Static method in class deadbeef.Tools.ToolBox
Show a dialog with details about an exception
startTime - Variable in class deadbeef.SupTools.SubPicture
start time in milliseconds
storeApplyFreeScale(boolean) - Static method in class deadbeef.SupTools.Core
Store: Enable/disable free scaling
storeConvertFPS(boolean) - Static method in class deadbeef.SupTools.Core
Store flag that tells whether or not to convert the frame rate.
storeConvertResolution(boolean) - Static method in class deadbeef.SupTools.Core
Store flag that tells whether or not to convert the resolution.
storeDelayPTS(int) - Static method in class deadbeef.SupTools.Core
Store delay to add to time stamps.
storeFixShortFrames(boolean) - Static method in class deadbeef.SupTools.Core
Store flag that tells whether to fix frames shorter than minTimePTS.
storeFPSSrc(double) - Static method in class deadbeef.SupTools.Core
Store source frame rate.
storeFPSTrg(double) - Static method in class deadbeef.SupTools.Core
Store target frame rate.
storeFreeScale(double, double) - Static method in class deadbeef.SupTools.Core
Store free scaling factor.
storeMinTimePTS(int) - Static method in class deadbeef.SupTools.Core
Store minimum frame duration in 90kHz resolution.
storeOutputResolution(Core.Resolution) - Static method in class deadbeef.SupTools.Core
Store output resolution.
storeProps() - Static method in class deadbeef.SupTools.Core
Write properties
stripExtension(String) - Static method in class deadbeef.Tools.ToolBox
Strips the extension (".XXX") from a file name (including the dot) If no extension is found, the unchanged string is returned.
SubPicture - Class in deadbeef.SupTools
Stores information about one subpicture frame.
SubPicture() - Constructor for class deadbeef.SupTools.SubPicture
 
syncTimePTS(long, double) - Static method in class deadbeef.SupTools.Core
Synchronizes a time stamp in 90kHz resolution to the given frame rate.
syncToByte() - Method in class deadbeef.Tools.BitStream
Synchronize to next byte in data buffer (skip remaining 0-7 bits)

A B C D E F G H I J L M N P Q R S T U V W X Y Z