forked from LeenkxTeam/LNXSDK
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			180 B
		
	
	
	
		
			Haxe
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			180 B
		
	
	
	
		
			Haxe
		
	
	
	
	
	
| package flash.media;
 | |
| 
 | |
| extern class VideoStatus {
 | |
| 	function new() : Void;
 | |
| 	static final ACCELERATED : String;
 | |
| 	static final SOFTWARE : String;
 | |
| 	static final UNAVAILABLE : String;
 | |
| }
 |