core_media/
base.rs

1use core_foundation::base::CFIndex;
2
3pub type CMItemCount = CFIndex;
4pub type CMItemIndex = CFIndex;