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 StreamIDReturns 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 voidCore.readStreamThreaded(String fname, JFrame parent, StreamID sid) Read a subtitle stream in a thread and display the progress dialog.voidConfiguration.setCurrentStreamID(StreamID currentStreamID) -
Uses of StreamID in bdsup2sub.utils
Methods in bdsup2sub.utils that return StreamIDModifier and TypeMethodDescriptionstatic StreamIDStreamUtils.getStreamID(byte[] id) Identifies a stream by examining the first two bytes.