getActiveTrackInfo method

Future<List<Track>> getActiveTrackInfo(
  1. int playerId
)

Get activated(selected) track infomation of the associated media.

Implementation

Future<List<Track>> getActiveTrackInfo(int playerId) {
  throw UnimplementedError('getActiveTrackInfo() has not been implemented.');
}