Whether or not the transport is currently playing (true) or paused (false).
(&self)
| 925 | /// The current transport. |
| 926 | pub transport: MusicalTransport, |
| 927 | |
| 928 | /// The instant that `MusicaltTime::ZERO` occurred in units of |
| 929 | /// `ClockSamples`. |
| 930 | /// |
| 931 | /// If the transport is not currently playing, then this will be `None`. |
| 932 | pub start_clock_samples: Option<InstantSamples>, |
no outgoing calls
no test coverage detected