This is the documentation for ToiAudioOutputServiceAudioConnectionDescriptor.
Audio connection descriptor. Use toi.statics.ToiAudioOutputServiceAudioConnectionDescriptor.create(<id>, <type>, <direction>, <index>, <isMutable>, <isAdjustable>, <isLatencyAdjustable>) to create an instance of ToiAudioOutputServiceAudioConnectionDescriptor.
import "ToiAudioOutputServiceAudioConnectionDescriptor.idl";
Public Attributes | |
attribute ToiAudioOutputService::TToiAudioConnectionId | id |
attribute ToiAudioOutputService::TToiAudioConnectionType | type |
attribute ToiAudioOutputService::TToiAudioConnectionDirection | direction |
attribute unsigned long | index |
attribute boolean | isMutable |
attribute boolean | isAdjustable |
attribute boolean | isLatencyAdjustable |
attribute ToiAudioOutputService::TToiAudioConnectionDirection ToiAudioOutputServiceAudioConnectionDescriptor::direction |
The connection direction.
attribute ToiAudioOutputService::TToiAudioConnectionId ToiAudioOutputServiceAudioConnectionDescriptor::id |
A unique identifier among all connections.
attribute unsigned long ToiAudioOutputServiceAudioConnectionDescriptor::index |
An incrementing index, starting with 0, which is unique for each type and direction combination
attribute boolean ToiAudioOutputServiceAudioConnectionDescriptor::isAdjustable |
If true, the volume can be adjusted.
attribute boolean ToiAudioOutputServiceAudioConnectionDescriptor::isLatencyAdjustable |
If true, the audio latency can be adjusted.
attribute boolean ToiAudioOutputServiceAudioConnectionDescriptor::isMutable |
If true, the mute state can be altered.
attribute ToiAudioOutputService::TToiAudioConnectionType ToiAudioOutputServiceAudioConnectionDescriptor::type |
The connection type.