Exemple #1
0
        private static PlayableHandle GetOutputInternal(ref PlayableHandle playable, int index)
        {
            PlayableHandle result;

            PlayableHandle.INTERNAL_CALL_GetOutputInternal(ref playable, index, out result);
            return(result);
        }