et position to 10th sec after In point of the first file
m_objPlaylist.PlaylistPosSet(0, 10, 0)
et position to 10th sec after In point of the fifth file
m_objPlaylist.PlaylistPosSet(5, 10, 0)
et position to 25th sec of playlist(number of file is calculated automatically according to file durations)
m_objPlaylist.PlaylistPosSet(-1, 25, 0)
//Set position to 10th sec after In point of the first file
m_objPlaylist.PlaylistPosSet(0, 10, 0);
//Set position to 10th sec after In point of the fifth file
m_objPlaylist.PlaylistPosSet(5, 10, 0);
//Set position to 25th sec of playlist(number of file is calculated automatically according to file durations)
m_objPlaylist.PlaylistPosSet(-1, 25, 0);
//Set position to 10th sec after In point of the first file
m_objPlaylist.PlaylistPosSet(0, 10, 0);
//Set position to 10th sec after In point of the fifth file
m_objPlaylist.PlaylistPosSet(5, 10, 0);
//Set position to 25th sec of playlist(number of file is calculated automatically according to file durations)
m_objPlaylist.PlaylistPosSet(-1, 25, 0);