提交 036277cf 编写于 作者: R Rafael Rosa 提交者: Rafael Rosa

chore: fix for skia

上级 b40e1bcf
......@@ -169,8 +169,8 @@ namespace Windows.Media.Playback
// Forced skipping of method Windows.Media.Playback.MediaPlaybackItem.DurationLimit.get
// Forced skipping of method Windows.Media.Playback.MediaPlaybackItem.CanSkip.get
// Forced skipping of method Windows.Media.Playback.MediaPlaybackItem.CanSkip.set
#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || false || false || __NETSTD_REFERENCE__ || __MACOS__
[global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__NETSTD_REFERENCE__", "__MACOS__")]
#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__
[global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")]
public global::Windows.Media.Playback.MediaItemDisplayProperties GetDisplayProperties()
{
throw new global::System.NotImplementedException("The member MediaItemDisplayProperties MediaPlaybackItem.GetDisplayProperties() is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=MediaItemDisplayProperties%20MediaPlaybackItem.GetDisplayProperties%28%29");
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册