internal static PlayableHandle GetSourcePlayableInternal(ref PlayableOutputHandle handle) { PlayableHandle result; PlayableOutputHandle.INTERNAL_CALL_GetSourcePlayableInternal(ref handle, out result); return(result); }