Uses of Class
bdsup2sub.supstream.dvd.SubPictureDVD
Packages that use SubPictureDVD
-
Uses of SubPictureDVD in bdsup2sub.core
Fields in bdsup2sub.core declared as SubPictureDVDModifier and TypeFieldDescriptionprivate static SubPictureDVD
Core.subVobTrg
Used for creating VobSub streams -
Uses of SubPictureDVD in bdsup2sub.supstream.dvd
Fields in bdsup2sub.supstream.dvd with type parameters of type SubPictureDVDModifier and TypeFieldDescriptionprivate final List<SubPictureDVD>
SubDvd.subPictures
ArrayList of captions contained in the current fileprivate List<SubPictureDVD>
SupDvd.subPictures
Methods in bdsup2sub.supstream.dvd with parameters of type SubPictureDVDModifier and TypeMethodDescriptionstatic byte[]
SubDvdWriter.createSubFrame
(SubPictureDVD pic, Bitmap bm) Create the binary stream representation of one captionstatic byte[]
SupDvdWriter.createSupFrame
(SubPictureDVD pic, Bitmap bm) Create the binary stream representation of one captionprivate void
SubDvd.decode
(SubPictureDVD pic) private void
SupDvd.decode
(SubPictureDVD pic) static Bitmap
SupDvdUtil.decodeImage
(SubPictureDVD pic, FileBuffer fBuf, int transIdx) decode caption from the input streamstatic Palette
SupDvdUtil.decodePalette
(SubPictureDVD pic, Palette pal) create fitting four color palette for the given captionprivate void
SubDvd.readSubFrame
(SubPictureDVD pic, long endOfs, FileBuffer buffer) Read one frame from SUB file