Example #1
0
 public NetStream(NetConnection connection, string peerID)
 {
 }
Example #2
0
 /// <summary>
 /// Creates a stream that can be used for playing video files through the specified NetConnection object.
 /// </summary>
 public NetStream(NetConnection connection)
 {
 }