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 throughFilterFormat.remove(int)
- Since:
- 4.2.26
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
filterTrack(FilterFormat track)
-
-
-
Method Detail
-
filterTrack
void filterTrack(@NonNull FilterFormat track)
- Parameters:
track
- the track to filter, or keep
-
-