VideoTrackCount
int VideoTrackCount();
bool visible = fController->VideoTrackCount() > 0;
fHasVideo = fController->VideoTrackCount() != 0;
count = fController->VideoTrackCount();