Example #1
0
 public static global::Windows.Storage.Streams.RandomAccessStreamReference CreateFromStream(global::Windows.Storage.Streams.IRandomAccessStream stream)
 {
     throw new global::System.NotImplementedException("The member RandomAccessStreamReference RandomAccessStreamReference.CreateFromStream(IRandomAccessStream stream) is not implemented in Uno.");
 }
Example #2
0
 public static global::Windows.Foundation.IAsyncAction SetWebAccountPictureAsync(global::Windows.Security.Credentials.WebAccount webAccount, global::Windows.Storage.Streams.IRandomAccessStream webAccountPicture)
 {
     throw new global::System.NotImplementedException("The member IAsyncAction WebAccountManager.SetWebAccountPictureAsync(WebAccount webAccount, IRandomAccessStream webAccountPicture) is not implemented in Uno.");
 }
Example #3
0
 public global::Windows.Foundation.IAsyncAction CapturePhotoToStreamAsync(global::Windows.Media.MediaProperties.ImageEncodingProperties type, global::Windows.Storage.Streams.IRandomAccessStream stream)
 {
     throw new global::System.NotImplementedException("The member IAsyncAction MediaCapture.CapturePhotoToStreamAsync(ImageEncodingProperties type, IRandomAccessStream stream) is not implemented in Uno.");
 }
Example #4
0
 public global::Windows.Foundation.IAsyncOperation <global::Windows.Media.Capture.LowLagMediaRecording> PrepareLowLagRecordToStreamAsync(global::Windows.Media.MediaProperties.MediaEncodingProfile encodingProfile, global::Windows.Storage.Streams.IRandomAccessStream stream)
 {
     throw new global::System.NotImplementedException("The member IAsyncOperation<LowLagMediaRecording> MediaCapture.PrepareLowLagRecordToStreamAsync(MediaEncodingProfile encodingProfile, IRandomAccessStream stream) is not implemented in Uno.");
 }
Example #5
0
 public global::Windows.Foundation.IAsyncAction StartRecordToStreamAsync(global::Windows.Media.MediaProperties.MediaEncodingProfile encodingProfile, global::Windows.Storage.Streams.IRandomAccessStream stream)
 {
     throw new global::System.NotImplementedException("The member IAsyncAction MediaCapture.StartRecordToStreamAsync(MediaEncodingProfile encodingProfile, IRandomAccessStream stream) is not implemented in Uno.");
 }
Example #6
0
 public global::Windows.Foundation.IAsyncOperation <global::Windows.UI.Xaml.Media.Imaging.SvgImageSourceLoadStatus> SetSourceAsync(global::Windows.Storage.Streams.IRandomAccessStream streamSource)
 {
     throw new global::System.NotImplementedException("The member IAsyncOperation<SvgImageSourceLoadStatus> SvgImageSource.SetSourceAsync(IRandomAccessStream streamSource) is not implemented in Uno.");
 }
Example #7
0
 public static global::Windows.Media.Core.TimedTextSource CreateFromStream(global::Windows.Storage.Streams.IRandomAccessStream stream, string defaultLanguage)
 {
     throw new global::System.NotImplementedException("The member TimedTextSource TimedTextSource.CreateFromStream(IRandomAccessStream stream, string defaultLanguage) is not implemented in Uno.");
 }
Example #8
0
 public static global::Windows.Media.Core.TimedTextSource CreateFromStreamWithIndex(global::Windows.Storage.Streams.IRandomAccessStream stream, global::Windows.Storage.Streams.IRandomAccessStream indexStream)
 {
     throw new global::System.NotImplementedException("The member TimedTextSource TimedTextSource.CreateFromStreamWithIndex(IRandomAccessStream stream, IRandomAccessStream indexStream) is not implemented in Uno.");
 }
Example #9
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.");
 }