Interface TrackFilter
-
- All Known Implementing Classes:
VideoConfigurationTrackFilter
public interface TrackFilterSingle-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 voidfilterTrack(FilterFormat track)
-
-
-
Method Detail
-
filterTrack
void filterTrack(@NonNull FilterFormat track)- Parameters:
track- the track to filter, or keep
-
-