djack ~master (2022-05-10T05:33:55.7282528)
Dub
Repo
NamesArray
jack
core
Undocumented in source.
interface
NamesArray {
string
stringAt
(size_t index);
void
dispose
();
string
opIndex
(size_t index);
int
length
[@property getter];
bool
isDisposed
[@property getter];
}
Members
Functions
dispose
void
dispose
()
Undocumented in source.
opIndex
string
opIndex
(size_t index)
Undocumented in source.
stringAt
string
stringAt
(size_t index)
Undocumented in source.
Properties
isDisposed
bool
isDisposed
[@property getter]
Undocumented in source.
length
int
length
[@property getter]
Undocumented in source.
Meta
Source
See Implementation
jack
core
aliases
BufferSizeCallback
BufferSizeDelegate
ClientRegistrationCallback
ClientRegistrationDelegate
DefaultAudioSample
ErrorCallback
FreewheelCallback
FreewheelDelegate
GraphOrderCallback
GraphOrderDelegate
InfoCallback
InfoShutdownCallback
InfoShutdownDelegate
JACK_DEFAULT_AUDIO_TYPE
JACK_POSITION_MASK
LOAD_INIT_LIMIT
LatencyCallback
LatencyDelegate
LatencyRange
LoadOptions
MAX_FRAMES
NFrames
OpenOptions
PortConnectCallback
PortConnectDelegate
PortID
PortRegistrationCallback
PortRegistrationDelegate
PortRenameCallback
PortRenameDelegate
PortTypeID
ProcessCallback
ProcessDelegate
RingbufferData
SampleRateCallback
SampleRateDelegate
Shmsize
ShutdownCallback
ShutdownDelegate
SyncCallback
SyncDelegate
ThreadCallback
ThreadDelegate
ThreadId
ThreadInitCallback
ThreadInitDelegate
Time
TimebaseCallback
TimebaseDelegate
Unique
XRunCallback
XRunDelegate
classes
ClientImplementation
JackException
NamesArrayImplementation
PortImplementation
RingBufferImpl
enums
LatencyCallbackMode
Options
PortFlags
PositionBits
Status
TransportState
functions
clientOpen
createRingBuffer
getClientPID
getTime
getVersion
getVersionString
portNameSize
portTypeSize
setErrorCallback
setInfoCallback
interfaces
Client
NamesArray
Port
RingBuffer
structs
Position
Version