示例#1
0
 public void DestroyOutput <U>(U output) where U : struct, IPlayableOutput
 {
     PlayableGraph.DestroyOutputInternal(ref this, output.GetHandle());
 }