public static Int32 GetRecordMode(ref MID2253_MP4MODE mode, Int32 devid, Int32 strmidx) { int hr; hr = S2253_GetMp4Mode(ref mode, devid, strmidx); return(hr); }
public static Int32 SetMp4Mode(MID2253_MP4MODE mode, Int32 devid, Int32 strmidx) { int hr; hr = S2253_SetMp4Mode(mode, devid, strmidx); return(hr); }
static extern Int32 S2253_GetMp4Mode(ref MID2253_MP4MODE mp4mode, Int32 devid, Int32 strmidx);