| 364 | } |
| 365 | |
| 366 | void Hd4Block::RecorderIndex(int64_t index) { |
| 367 | SetCommonProperty(*this, "Recorder.FileIndex", index); |
| 368 | } |
| 369 | |
| 370 | int64_t Hd4Block::RecorderIndex() const { |
| 371 | return GetCommonProperty<int64_t>(*this, "Recorder.FileIndex"); |
nothing calls this directly
no test coverage detected