Enumeration
HitakiAlsaFirewireError
since: 0.0
Description [src]
The enumerations to report result of operation in HitakiAlsaFirewire
.
Available since: 0.0
Members
HITAKI_ALSA_FIREWIRE_ERROR_FAILED
-
The system call fails.
- Value:
0
- Nickname:
failed
- Available since: 0.0
- Value:
HITAKI_ALSA_FIREWIRE_ERROR_IS_OPENED
-
The instance is already associated to any ALSA HwDep character device.
- Value:
1
- Nickname:
is-opened
- Available since: 0.0
- Value:
HITAKI_ALSA_FIREWIRE_ERROR_IS_NOT_OPENED
-
The instance is not associated to any ALSA HwDep character device yet.
- Value:
2
- Nickname:
is-not-opened
- Available since: 0.0
- Value:
HITAKI_ALSA_FIREWIRE_ERROR_IS_USED
-
The ALSA HwDep character device is used by the other process.
- Value:
3
- Nickname:
is-used
- Available since: 0.0
- Value:
HITAKI_ALSA_FIREWIRE_ERROR_IS_LOCKED
-
The functionality of packet streaming is prohibited.
- Value:
4
- Nickname:
is-locked
- Available since: 0.0
- Value:
HITAKI_ALSA_FIREWIRE_ERROR_IS_UNLOCKED
-
The functionality of packet streaming is available.
- Value:
5
- Nickname:
is-unlocked
- Available since: 0.0
- Value:
HITAKI_ALSA_FIREWIRE_ERROR_IS_DISCONNECTED
-
The sound card is disconnected.
- Value:
6
- Nickname:
is-disconnected
- Available since: 0.0
- Value:
HITAKI_ALSA_FIREWIRE_ERROR_WRONG_CLASS
-
Mismatch between GObject class and thetype of sound unit.
- Value:
7
- Nickname:
wrong-class
- Available since: 0.0
- Value:
Type functions
hitaki_alsa_firewire_error_quark
Return the GQuark
for GError
with code in Hitaki.AlsaFirewireError enumerations.
since: 0.0