CUEFile ​
Represents a CUE file, which describes the layout of tracks on a CD.
Kind: Class
Namespace: CrowdControl.Games
Inheritance: IEquatable\<CUEFile\>
Public Constructors
CUEFile()
Public Member Functions
bool
Equals(CUEFile other)
virtual override
bool
Equals(object obj)
virtual override
int
GetHashCode()
Public Static Functions
bool
TryParse(string fileData, CUEFile out result)
Attempts to parse a CUE file from the given string.
Public Attributes
List
Files
List of files described in the CUE file.
