You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// A stream of MIDIPAcketList structures where the time stamps in the MIDIPacket structures
96
+
/// A stream of MIDIPacketList structures where the time stamps in the MIDIPacket structures
97
97
/// are sample offsets in the stream. The `sample_rate` field in the **StreamFormat** structure
98
98
/// is used to describe how time is passed in this kind of stream.
99
99
///
@@ -274,9 +274,9 @@ pub mod standard_flags {
274
274
/// Standard flags for use in the **F60958AC3** **AudioFormat** variant.
275
275
///
276
276
/// Note: In the original Core Audio API these are consolidated with what we have named the
277
-
/// **StandardFlags** and **AppleLosslessFlag** types under the `AudioFormatFlag` type. We have
278
-
/// chosen to separate these for greater type safety and clearer compatibility with the
279
-
/// **AudioFormat** type.
277
+
/// **StandardFlags** and **AppleLosslessFlags** types under the `AudioFormatFlag` type. We
278
+
/// have chosen to separate these for greater type safety and clearer compatibility with
279
+
/// the **AudioFormat** type.
280
280
///
281
281
/// Original documentation [here](https://developer.apple.com/library/mac/documentation/MusicAudio/Reference/CoreAudioDataTypesRef/#//apple_ref/doc/constant_group/AudioStreamBasicDescription_Flags).
282
282
flags StandardFlags:u32{
@@ -336,9 +336,9 @@ pub mod linear_pcm_flags {
336
336
/// Flags for use within the **LinearPCM** **AudioFormat**.
337
337
///
338
338
/// Note: In the original Core Audio API these are consolidated with what we have named the
339
-
/// **StandardFlags** and **AppleLosslessFlag** types under the `AudioFormatFlag` type. We have
340
-
/// chosen to separate these for greater type safety and clearer compatibility with the
341
-
/// **AudioFormat** type.
339
+
/// **StandardFlags** and **AppleLosslessFlags** types under the `AudioFormatFlag` type. We
340
+
/// have chosen to separate these for greater type safety and clearer compatibility with
341
+
/// the **AudioFormat** type.
342
342
///
343
343
/// Original documentation [here](https://developer.apple.com/library/mac/documentation/MusicAudio/Reference/CoreAudioDataTypesRef/#//apple_ref/doc/constant_group/AudioStreamBasicDescription_Flags).
344
344
flags LinearPCMFlags:u32{
@@ -403,9 +403,9 @@ pub mod apple_lossless_flags {
403
403
/// **Available** in OS X v10.3 and later.
404
404
///
405
405
/// Note: In the original Core Audio API these are consolidated with what we have named the
406
-
/// **StandardFlags** and **AppleLosslessFlag** types under the `AudioFormatFlag` type. We have
407
-
/// chosen to separate these for greater type safety and clearer compatibility with the
408
-
/// **AudioFormat** type.
406
+
/// **StandardFlags** and **AppleLosslessFlags** types under the `AudioFormatFlag` type. We
407
+
/// have chosen to separate these for greater type safety and clearer compatibility with
408
+
/// the **AudioFormat** type.
409
409
///
410
410
/// Original documentation [here](https://developer.apple.com/library/mac/documentation/MusicAudio/Reference/CoreAudioDataTypesRef/#//apple_ref/doc/constant_group/AudioStreamBasicDescription_Flags).
0 commit comments