Beispiel #1
0
 private void Source_OnDecodedVideoFrame(
     uint width,
     uint height,
     byte[] decodedData)
 {
     _appCallbacks.OnDecodedFrame(width, height, decodedData);
 }