Beispiel #1
0
 public int FindFormatIndex(int width, int height, int fps = 30)
 {
     if (!IsInit)
     {
         return(-1);
     }
     return(OeipHelper.findFormatIndex(Id, width, height, fps));
 }