GetStateBits
The bits in the value returned by getState().
Declaration
enum {
kStateRunning = 0x1,
kStateOutputStalled = 0x2,
kStateOutputActive = 0x4,
kStateOutputServiceMask = 0xff00
};The bits in the value returned by getState().
enum {
kStateRunning = 0x1,
kStateOutputStalled = 0x2,
kStateOutputActive = 0x4,
kStateOutputServiceMask = 0xff00
};