mirror of
https://github.com/claunia/cuetools.net.git
synced 2025-12-16 18:14:25 +00:00
2.0.7
This commit is contained in:
25
CUETools.Codecs.CoreAudio/PlaybackState.cs
Normal file
25
CUETools.Codecs.CoreAudio/PlaybackState.cs
Normal file
@@ -0,0 +1,25 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace CUETools.Codecs.CoreAudio
|
||||
{
|
||||
/// <summary>
|
||||
/// Playback State
|
||||
/// </summary>
|
||||
public enum PlaybackState
|
||||
{
|
||||
/// <summary>
|
||||
/// Stopped
|
||||
/// </summary>
|
||||
Stopped,
|
||||
/// <summary>
|
||||
/// Playing
|
||||
/// </summary>
|
||||
Playing,
|
||||
/// <summary>
|
||||
/// Paused
|
||||
/// </summary>
|
||||
Paused
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user