Skip to content

Commit 4515bf3

Browse files
committed
AACProperties: Specify possible MpegVersion variants
1 parent ec20ea7 commit 4515bf3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/aac/properties.rs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,11 @@ pub struct AACProperties {
2121

2222
impl AACProperties {
2323
/// MPEG version
24+
///
25+
/// The only possible variants are:
26+
///
27+
/// * [MpegVersion::V2]
28+
/// * [MpegVersion::V4]
2429
pub fn version(&self) -> MpegVersion {
2530
self.version
2631
}

0 commit comments

Comments
 (0)