TAP_Channel_GetSubtitleTrackName

char *TAP_Channel_GetSubtitleTrackName(int trkNum, char *trkName)

It gets the name of specified subtitle track.

  • trkNum : audio track number.
  • trkName : the pointer of specified subtitle track name. It must be allocated or NULL. In case of NULL, only return value has the pointer of the subtitle track name.
Return value : the pointer of specified subtitle track name

Additional Documentation

Add any additional documentation here.