Package 

Interface Validator


  • 
    public interface Validator
    
                        

    A validator determines if the transcoding process should proceed or not, after the TrackStrategy have provided the output format.

    • Method Summary

      Modifier and Type Method Description
      abstract boolean validate(@NonNull() TrackStatus videoStatus, @NonNull() TrackStatus audioStatus) Return true if the transcoding should proceed, false otherwise.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • validate

         abstract boolean validate(@NonNull() TrackStatus videoStatus, @NonNull() TrackStatus audioStatus)

        Return true if the transcoding should proceed, false otherwise.

        Parameters:
        videoStatus - the status of the video track
        audioStatus - the status of the audio track