Beispiel #1
0
 /// <summary>
 /// Returns the id of the Segment that's currently playing, or -1 if nothing is playing.
 /// </summary>
 /// <returns>the id of the current Segment</returns>
 public int GetCurrentSegmentId()
 {
     return(m_logik.getCurrentSnippetId());
 }