implicit final class SDL_AudioSpecOps extends AnyVal
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- SDL_AudioSpecOps
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new SDL_AudioSpecOps(self: Ptr[SDL_AudioSpec])
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- Any
- final def ##: Int
- Definition Classes
- Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def callback: SDL_AudioCallback
- def callback_=(nCallback: SDL_AudioCallback): Unit
- def channels: UByte
- def channels_=(nChannels: UByte): Unit
- def format: SDL_AudioFormat
- def format_=(nFormat: SDL_AudioFormat): Unit
- def freq: CInt
- def freq_=(nFreq: CInt): Unit
- def getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def padding: UShort
- def padding_=(nPadding: UShort): Unit
- def samples: UShort
- def samples_=(nSamples: UShort): Unit
- val self: Ptr[SDL_AudioSpec]
- def silence: UByte
- def silence_=(nSilence: UByte): Unit
- def size: UInt
- def size_=(nSize: UInt): Unit
- def toString(): String
- Definition Classes
- Any
- def userdata: Ptr[Byte]
- def userdata_=(nUserdata: Ptr[Byte]): Unit