Exemplo n.º 1
0
        private static Playable GetOutputInternal(ref Playable playable, int index)
        {
            Playable result;

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