Skip to content

Commit

Permalink
add doc alias
Browse files Browse the repository at this point in the history
  • Loading branch information
yury committed Nov 6, 2024
1 parent 5df6e92 commit 7591080
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cidre/src/cat/audio/base_types.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1584,6 +1584,7 @@ impl ChannelLayoutTag {
/// The low 16 bits of an AudioChannelLayoutTag gives the number of channels except
/// for `kAudioChannelLayoutTag_UseChannelDescriptions` and
/// `kAudioChannelLayoutTag_UseChannelBitmap`
#[doc(alias = "AudioChannelLayoutTag_GetNumberOfChannels")]
#[inline]
pub fn number_of_channels(&self) -> u32 {
self.0 & 0x0000FFFF
Expand Down

0 comments on commit 7591080

Please sign in to comment.