package flash.media;

extern class AVSource extends flash.events.EventDispatcher {
	function new() : Void;
	function dispose() : Void;
}