OnSubtitleShow typedef

OnSubtitleShow = void Function(int trackIndex, int subtitleID, String subtitle, String playerId)

Implementation

typedef OnSubtitleShow = void Function(
    int trackIndex, int subtitleID, String subtitle, String playerId);