CreateVideoMessageFromFullPath method
Implementation
ffi.Pointer<ffi.Char> CreateVideoMessageFromFullPath(
ffi.Pointer<ffi.Char> operationID,
ffi.Pointer<ffi.Char> videoFullPath,
ffi.Pointer<ffi.Char> videoType,
int duration,
ffi.Pointer<ffi.Char> snapshotFullPath,
) {
return _CreateVideoMessageFromFullPath(
operationID,
videoFullPath,
videoType,
duration,
snapshotFullPath,
);
}