XT-Audio
Namespaces | Enumerations
Enums.hpp File Reference

Go to the source code of this file.

Namespaces

 Xt
 

Enumerations

enum  Xt::Setup { Xt::Setup::ProAudio, Xt::Setup::SystemAudio, Xt::Setup::ConsumerAudio }
 
enum  Xt::Sample {
  Xt::Sample::UInt8, Xt::Sample::Int16, Xt::Sample::Int24, Xt::Sample::Int32,
  Xt::Sample::Float32
}
 
enum  Xt::Cause {
  Xt::Cause::Format, Xt::Cause::Service, Xt::Cause::Generic, Xt::Cause::Unknown,
  Xt::Cause::Endpoint
}
 
enum  Xt::System {
  Xt::System::ALSA = 1, Xt::System::ASIO, Xt::System::JACK, Xt::System::WASAPI,
  Xt::System::Pulse, Xt::System::DSound
}
 
enum  Xt::EnumFlags { Xt::EnumFlagsInput = 0x1, Xt::EnumFlagsOutput = 0x2, Xt::EnumFlagsAll = EnumFlagsInput | EnumFlagsOutput }
 
enum  Xt::ServiceCaps {
  Xt::ServiceCapsNone = 0x0, Xt::ServiceCapsTime = 0x1, Xt::ServiceCapsLatency = 0x2, Xt::ServiceCapsFullDuplex = 0x4,
  Xt::ServiceCapsAggregation = 0x8, Xt::ServiceCapsChannelMask = 0x10, Xt::ServiceCapsControlPanel = 0x20, Xt::ServiceCapsXRunDetection = 0x40
}
 
enum  Xt::DeviceCaps {
  Xt::DeviceCapsNone = 0x0, Xt::DeviceCapsInput = 0x1, Xt::DeviceCapsOutput = 0x2, Xt::DeviceCapsLoopback = 0x4,
  Xt::DeviceCapsHwDirect = 0x8
}