channels property

List<AudioChannel>? channels
getter/setter pair

List of Channels for this audio stream.

for in-depth explanation.

Implementation

core.List<AudioChannel>? channels;