예제 #1
0
파일: OeipCamera.cs 프로젝트: kbitc/oeip
 public void SetFormat(int index)
 {
     if (!IsInit)
     {
         return;
     }
     OeipHelper.setFormat(Id, index);
 }