Ejemplo n.º 1
0
 /// <summary>
 /// Returns the number of remaining milliseconds until the current Segment playback has reached its end, including the PostBeat region
 /// </summary>
 /// <returns>the remaining milliseconds, or -1 if no Segment is currently playing</returns>
 public int GetRemainingMillisecondsOfCurrentSegmentPlayback()
 {
     return(m_logik.GetRemainingMillisecondsOfCurrentSegmentPlayback());
 }