forked from LeenkxTeam/LNXSDK
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			167 B
		
	
	
	
		
			Haxe
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			167 B
		
	
	
	
		
			Haxe
		
	
	
	
	
	
| package flash.media;
 | |
| 
 | |
| extern class VideoCodec {
 | |
| 	function new() : Void;
 | |
| 	static final H264AVC : String;
 | |
| 	static final SORENSON : String;
 | |
| 	static final VP6 : String;
 | |
| }
 |