DEBSOURCES
Skip Quicknav
sources / haxe / 1%3A3.2.1%2Bdfsg-1 / std / flash / media / VideoCodec.hx
12345678
package flash.media; extern class VideoCodec { function new() : Void; static var H264AVC : String; static var SORENSON : String; static var VP6 : String; }