Stub for MPMoviePlayerController pause method

Change-Id: I5a5e95b76e9c1cb6206fbad81eb54cf938cb611c
This commit is contained in:
ciciplusplus
2026-01-15 23:58:46 +01:00
parent 32f5c892bb
commit 5abd110c64

View File

@@ -158,6 +158,10 @@ pub const CLASSES: ClassExports = objc_classes! {
);
}
- (())pause {
log!("TODO: [(MPMoviePlayerController*){:?} pause]", this);
}
- (())stop {
log!("TODO: [(MPMoviePlayerController*){:?} stop]", this);
assert!(this == env.framework_state.media_player.movie_player.active_player.take().unwrap());