v1.0.0-rc.31
This commit is contained in:
@@ -21,4 +21,9 @@ void ImagePusher::Finalize() {}
|
||||
|
||||
std::string ImagePusher::GetWriterNotificationSocketAddress() const {
|
||||
return "";
|
||||
}
|
||||
}
|
||||
|
||||
void ImagePusher::SendImage(ZeroCopyReturnValue &z) {
|
||||
SendImage((uint8_t *) z.GetImage(), z.GetImageSize(), z.GetImageNumber());
|
||||
z.release();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user