Replays the WAVE sound segment segment. Other formats does not have to be supported.

Namespace:  SGP.XSpace
Assembly:  SGPRTL (in SGPRTL.dll)
Version: 1.2.3019.18825

Syntax

C#
public MusicSegmentState Play(
	MusicSegment segment
)

Parameters

segment
Type: MusicSegment
A segment.

Return Value

Returns the MusicSegmentState instance for playback state check.

Exceptions

ExceptionCondition
System..::.ArgumentNullException segment is nullNothingnullptra null reference (Nothing in Visual Basic).

See Also