-
public interface ValidatorA 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 booleanvalidate(@NonNull() TrackStatus videoStatus, @NonNull() TrackStatus audioStatus)Return true if the transcoding should proceed, false otherwise. -
-
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 trackaudioStatus- the status of the audio track
-
-
-
-