Show / Hide Table of Contents

Enum PlaybackState

ChannelIsActive(Int32) return values.

Namespace: System.Dynamic.ExpandoObject
Assembly: ManagedBass.dll
Syntax
public enum PlaybackState : int

Paused

The channel is paused.

Playing

The channel is playing (or recording).

Stalled

Playback of the stream has been stalled due to there not being enough sample data to continue playing. The playback will automatically resume once there's sufficient data to do so.

Stopped

The channel is not active, or Handle is not a valid channel.

Back to top Copyright © 2017 Mathew Sachin
Generated by DocFx