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
    Filters a track based on the provided FilterFormat.
  • Method Details

    • filterTrack

      void filterTrack(@NonNull FilterFormat track)
      Filters a track based on the provided FilterFormat.
      Parameters:
      track - the track to filter, or keep