mirror of
https://github.com/aaru-dps/RedBookPlayer.git
synced 2025-12-16 19:24:41 +00:00
Separate out TrackTypeValue
This commit is contained in:
12
RedBookPlayer/TrackTypeValue.cs
Normal file
12
RedBookPlayer/TrackTypeValue.cs
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
namespace RedBookPlayer
|
||||||
|
{
|
||||||
|
/// <summary>
|
||||||
|
/// Track type for determining how to handle
|
||||||
|
/// </summary>
|
||||||
|
/// <remarks>Does not distinguish between different data track types</remarks>
|
||||||
|
public enum TrackTypeValue
|
||||||
|
{
|
||||||
|
Audio,
|
||||||
|
Data
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user