コード例 #1
0
 public static int EnumerateResolutions(DUOResolutionInfo[] resolutions, int resListSize, int width = -1, int height = -1,
                                        DUOBinning binning = DUOBinning.DUO_BIN_ANY, float fps = -1)
 {
     return(DUOLibInternal.EnumerateDUOResolutions(ref resolutions[0], resListSize, width, height, binning, fps));
 }