package flash.net {
public class NetStream extends flash.events:EventDispatcher {
static public var DIRECT_CONNECTIONS:String = "directConnections";
public function NetStream(connection:NetConnection, peerID:String);
function onPeerConnect(subscriber:NetStream):Boolean;
function play2(param:NetStreamPlayOptions):void;
function get farID():String;
function get farNonce():String;
function get info():NetStreamInfo;
function get maxPauseBufferTime():Number;
function get nearNonce():String;
function get peerStreams():Array;
function set maxPauseBufferTime(pauseBufferTime:Number):void;
}
}