コード例 #1
0
ファイル: MediaPlayer.cs プロジェクト: seanocali/uno
 public void SetMediaSource(global::Windows.Media.Core.IMediaSource source)
 {
     global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Windows.Media.Playback.MediaPlayer", "void MediaPlayer.SetMediaSource(IMediaSource source)");
 }
コード例 #2
0
ファイル: MediaSource.cs プロジェクト: propellingbits/Uno
 public static global::Windows.Media.Core.MediaSource CreateFromIMediaSource(global::Windows.Media.Core.IMediaSource mediaSource)
 {
     throw new global::System.NotImplementedException("The member MediaSource MediaSource.CreateFromIMediaSource(IMediaSource mediaSource) is not implemented in Uno.");
 }
コード例 #3
0
 public global::Windows.Foundation.IAsyncOperation <global::Windows.Media.Transcoding.PrepareTranscodeResult> PrepareMediaStreamSourceTranscodeAsync(global::Windows.Media.Core.IMediaSource source, global::Windows.Storage.Streams.IRandomAccessStream destination, global::Windows.Media.MediaProperties.MediaEncodingProfile profile)
 {
     throw new global::System.NotImplementedException("The member IAsyncOperation<PrepareTranscodeResult> MediaTranscoder.PrepareMediaStreamSourceTranscodeAsync(IMediaSource source, IRandomAccessStream destination, MediaEncodingProfile profile) is not implemented in Uno.");
 }