ToiAudioOutputServiceAudioConnectionDescriptor Interface Reference


Description

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";

List of all members.

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

Member Data Documentation

An incrementing index, starting with 0, which is unique for each type and direction combination

If true, the volume can be adjusted.

If true, the audio latency can be adjusted.

If true, the mute state can be altered.