TAP_Channel_GetAudioTrackName

char *TAP_Channel_GetAudioTrackName(int trkNum, char *trkName)

It gets the name of specified audio track.

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

Additional Documentation

Add any additional documentation here.