Package com.otaliastudios.transcoder.validator
See: Description
-
Interface Summary Interface Description Validator A validator determines if the transcoding process should proceed or not, after the TrackStrategy have provided the output format. -
Class Summary Class Description WriteAlwaysValidator A Validator that always writes to target file, no matter the track status, presence of tracks and so on. DefaultValidator The default Validator to understand whether to keep going with the transcoding process or to abort and notify the listener. WriteVideoValidator A Validator that gives priority to the video track.