Structure defining a time range using the template type.
More...
#include <SFML/Audio/Music.hpp>
|
| Span () |
| Default constructor.
|
|
| Span (T off, T len) |
| Initialization constructor.
|
|
|
T | offset |
| The beginning offset of the time range.
|
|
T | length |
| The length of the time range.
|
|
template<typename T>
struct sf::Music::Span< T >
Structure defining a time range using the template type.
Definition at line 57 of file Music.hpp.
◆ Span() [1/2]
Default constructor.
Definition at line 63 of file Music.hpp.
◆ Span() [2/2]
Initialization constructor.
- Parameters
-
off | Initial Offset |
len | Initial Length |
Definition at line 75 of file Music.hpp.
◆ length
The length of the time range.
Definition at line 83 of file Music.hpp.
◆ offset
The beginning offset of the time range.
Definition at line 82 of file Music.hpp.
The documentation for this struct was generated from the following file: