Package bdsup2sub.supstream.dvd
Class SupDvdWriter
java.lang.Object
bdsup2sub.supstream.dvd.SupDvdWriter
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic byte[]
createSupFrame
(SubPictureDVD pic, Bitmap bm) Create the binary stream representation of one caption
-
Field Details
-
configuration
-
CONTROL_HEADER
private static final byte[] CONTROL_HEADER
-
-
Constructor Details
-
SupDvdWriter
private SupDvdWriter()
-
-
Method Details
-
createSupFrame
Create the binary stream representation of one caption- Parameters:
pic
- SubPicture object containing caption infobm
- bitmap- Returns:
- byte buffer containing the binary stream representation of one caption
-