Beispiel #1
0
 public static AtemFrame FromAtem(VideoModeResolution res, string name, byte[] data)
 {
     return(new AtemFrame(name, FrameEncodingUtil.DecodeRLE(res, data)));
 }