Ejemplo n.º 1
0
 private static int GetOutputCountByTypeInternal(ref PlayableGraph graph, Type outputType)
 {
     return(PlayableGraph.INTERNAL_CALL_GetOutputCountByTypeInternal(ref graph, outputType));
 }