Skip to content

Commit

Permalink
Update return type
Browse files Browse the repository at this point in the history
Specifically, these are integers, not strings.
  • Loading branch information
bbb999 committed May 28, 2020
1 parent 5f130fd commit 9b2d18a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 15 - AudioChannelMapping object/audiochannelmapping.rst
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ audioChannelsType

**Description**

The type of the audio contained in this channel. Will be either ``AUDIOCHANNELTYPE_Mono``, ``AUDIOCHANNELTYPE_Stereo``, or ``AUDIOCHANNELTYPE_51``.
The type of the audio contained in this channel. Will be 0, 1 or 2, corresponding to ``AUDIOCHANNELTYPE_Mono``, ``AUDIOCHANNELTYPE_Stereo``, or ``AUDIOCHANNELTYPE_51``.

=======
Methods
Expand Down

0 comments on commit 9b2d18a

Please sign in to comment.