Ejemplo n.º 1
0
 /// <summary>
 /// Returns the number of remaining milliseconds until the next Segment will start playing.
 /// </summary>
 /// <returns>remaining milliseconds, or -1 if no Segment is scheduled.</returns>
 public int GetRemainingMillisecondsUntilNextSegmentStart()
 {
     return(m_logik.GetRemainingMillisecondsUntilNextSegmentStart());
 }