| 187 | } |
| 188 | |
| 189 | bool TimeQuantizeOptions::checkInfoUpdated() |
| 190 | { |
| 191 | auto out = mInfoUpdated.load(); |
| 192 | |
| 193 | if (out) { |
| 194 | mInfoUpdated.store(false); |
| 195 | } |
| 196 | |
| 197 | return out; |
| 198 | } |
| 199 | |
| 200 | TimeQuantizeOptions::TimeQuantizeInfo TimeQuantizeOptions::getTimeQuantizeInfo() const |
| 201 | { |