CreateVideoMessage method
Implementation
ffi.Pointer<ffi.Char> CreateVideoMessage(
ffi.Pointer<ffi.Char> operationID,
ffi.Pointer<ffi.Char> videoPath,
ffi.Pointer<ffi.Char> videoType,
int duration,
ffi.Pointer<ffi.Char> snapshotPath,
) {
return _CreateVideoMessage(operationID, videoPath, videoType, duration, snapshotPath);
}