Ejemplo n.º 1
0
 /// <summary>
 /// Immediately plays back the given Segment.
 /// </summary>
 /// <remarks>
 /// This method is mainly intended for testing or debugging purposes.
 /// </remarks>
 /// <param name="segmentId">the id of the Segment to play</param>
 /// <returns>PsaiResult.OK if successful</returns>
 public PsaiResult PlaySegment(int segmentId)
 {
     return(m_logik.PlaySegmentLayeredAndImmediately(segmentId));
 }