Ejemplo n.º 1
0
 private static bool CreatePlayableHandleInternal(ref PlayableGraph graph, ref PlayableHandle handle)
 {
     return(PlayableGraph.INTERNAL_CALL_CreatePlayableHandleInternal(ref graph, ref handle));
 }