You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This method reports if given a subtitle can be inserted into a MICRODVD_SUBTITLE.
For example:
if my MICRODVD_SUBTITLE is [(1,3) (3,6) (6,9)(40,80)(80,100)] and my subtitle is [(10,20)] then can be inserted and return True.
The text was updated successfully, but these errors were encountered:
This method reports if given a subtitle can be inserted into a MICRODVD_SUBTITLE.
For example:
if my MICRODVD_SUBTITLE is [(1,3) (3,6) (6,9)(40,80)(80,100)] and my subtitle is [(10,20)] then can be inserted and return True.
The text was updated successfully, but these errors were encountered: