pub fn simple_playback_loop_userptr_frames(
stream_info: &StreamInfo,
nb_frames: usize,
) -> Result<Vec<UserPtrFrame>>Expand description
Frame allocation callback that returns user-allocated memory for the frames.
pub fn simple_playback_loop_userptr_frames(
stream_info: &StreamInfo,
nb_frames: usize,
) -> Result<Vec<UserPtrFrame>>Frame allocation callback that returns user-allocated memory for the frames.