Uses of Enum Class
bdsup2sub.core.StreamID
Packages that use StreamID
-
Uses of StreamID in bdsup2sub.core
Fields in bdsup2sub.core declared as StreamIDMethods in bdsup2sub.core that return StreamIDModifier and TypeMethodDescriptionConfiguration.getCurrentStreamID()
static StreamID
Returns the enum constant of this class with the specified name.static StreamID[]
StreamID.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 StreamIDModifier and TypeMethodDescriptionstatic void
Core.readStreamThreaded
(String fname, JFrame parent, StreamID sid) Read a subtitle stream in a thread and display the progress dialog.void
Configuration.setCurrentStreamID
(StreamID currentStreamID) -
Uses of StreamID in bdsup2sub.utils
Methods in bdsup2sub.utils that return StreamIDModifier and TypeMethodDescriptionstatic StreamID
StreamUtils.getStreamID
(byte[] id) Identifies a stream by examining the first two bytes.