9 lines
86 B
C#
9 lines
86 B
C#
using System;
|
|
|
|
public enum PlaybackState
|
|
{
|
|
Playing,
|
|
Stopped,
|
|
Buffering,
|
|
|
|
} |