Interface TrackFilter

All Known Implementing Classes:
VideoConfigurationTrackFilter

public interface TrackFilter
Single-track filter interface. The only method will be called once per track. Filtering should be performed through FilterFormat.remove(int)
Since:
4.2.26
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
  • Method Details

    • filterTrack

      void filterTrack(@NonNull FilterFormat track)
      Parameters:
      track - the track to filter, or keep