Crosstales.DJ.Model.Enum Namespace Reference

Enumerations

enum  AudioCodec { MP3_NLayer = 0, MP3_NAudio = 1, OGG_NVorbis = 2, FMOD = 3 }
 All available audio codecs. More...
 
enum  AudioFormat {
  ALL = 0, MP3 = 1, OGG = 2, XM = 3,
  IT = 4, MOD = 5, S3M = 6, WAV = 7,
  AIFF = 8
}
 All supported audio formats. More...
 
enum  PlayListFormat { UNKNOWN = 0, M3U = 1, PLS = 2 }
 All supported playlist formats. More...
 
enum  PointMode { SECONDS = 0, PERCENTAGE = 1, SAMPLES = 2 }
 Modes for LoopPoint and EventPoint. More...
 

Enumeration Type Documentation

◆ AudioCodec

All available audio codecs.

◆ AudioFormat

All supported audio formats.

◆ PlayListFormat

All supported playlist formats.

◆ PointMode