Track location data.
#include <srl_cd.hpp>
Public Member Functions | |
| constexpr TrackType | GetType () |
| Get type of the track. | |
| constexpr bool | IsCopyPermitted () |
| Check whether digital copy of this track is permitted. | |
| constexpr bool | IsIncremental () |
| Check whether track is data, recorded incrementally. | |
Public Attributes | |
| unsigned int | Control: 4 |
| Track type and flags. | |
| unsigned int | FrameAddress: 24 |
| Frame address. | |
| unsigned int | Number: 4 |
| Track number. | |