Merge branch into develop

This commit is contained in:
John Zhao
2019-01-04 13:29:31 +08:00
2 changed files with 10 additions and 0 deletions

View File

@@ -265,6 +265,12 @@ class MYNTEYE_API Device {
* Get the latest data of stream.
*/
device::StreamData GetStreamData(const Stream &stream);
/**
* @deprecated Replaced by GetStreamData(const Stream &stream)
*/
device::StreamData GetLatestStreamData(const Stream &stream);
/**
* Get the datas of stream.
* @note default cache 4 datas at most.