ConnectInternal() 정적인 개인적인 메소드

static private ConnectInternal ( Playable &source, Playable &target, int sourceOutputPort, int targetInputPort ) : bool
source Playable
target Playable
sourceOutputPort int
targetInputPort int
리턴 bool
예제 #1
0
 public static bool Connect(Playable source, Playable target, int sourceOutputPort, int targetInputPort)
 {
     return(Playables.ConnectInternal(ref source, ref target, sourceOutputPort, targetInputPort));
 }