![]() |
The IsPlaying method ascertains whether the instance of a segment or song is playing.
bPlaying = object.IsPlaying()
Parts
object
Required. Object expression that resolves to a PlayingSegment Object.
Return Values
Returns true if the segment instance is playing, or false if the segment instance has not yet started, has finished, or has been stopped.
Remarks
Because of latency or delayed start, this method can return false even though Segment.Play has been called.