Пример #1
0
 public void SetDrawingtimeFilterOutput(DrawtimeFilterOutput _dfo)
 {
     // A video filter just finished and is passing us its output object.
     // It is used as a communication channel between the filter and the player.
     m_PlayerScreenUI.SetDrawingtimeFilterOutput(_dfo);
 }