11 lines
		
	
	
		
			157 B
		
	
	
	
		
			Haxe
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			157 B
		
	
	
	
		
			Haxe
		
	
	
	
	
	
| package system.windows.controls;
 | |
| 
 | |
| @:native("System.Windows.Controls.MediaState")
 | |
| extern enum MediaState {
 | |
| 	Manual;
 | |
| 	Play;
 | |
| 	Close;
 | |
| 	Pause;
 | |
| 	Stop;
 | |
| }
 |