SongLoopInformation
public struct SongLoopInformation
Information about song looping for supplying with the Song object
-
Indication whether BRSTM file loops
Declaration
Swift
public var doesLoop: Bool
-
Loop start sample number
Declaration
Swift
public var loopStart: UInt
-
The string containing the description of looping, as listed on SCM song page
Declaration
Swift
public var loopTypeDesc: String