public global::Windows.Foundation.IAsyncAction SetMediaStreamPropertiesAsync(global::Windows.Media.Capture.MediaStreamType mediaStreamType, global::Windows.Media.MediaProperties.IMediaEncodingProperties mediaEncodingProperties)
 {
     throw new global::System.NotImplementedException("The member IAsyncAction VideoDeviceController.SetMediaStreamPropertiesAsync(MediaStreamType mediaStreamType, IMediaEncodingProperties mediaEncodingProperties) is not implemented in Uno.");
 }
Beispiel #2
0
 public global::Windows.Foundation.IAsyncAction AddEffectAsync(global::Windows.Media.Capture.MediaStreamType mediaStreamType, string effectActivationID, global::Windows.Foundation.Collections.IPropertySet effectSettings)
 {
     throw new global::System.NotImplementedException("The member IAsyncAction MediaCapture.AddEffectAsync(MediaStreamType mediaStreamType, string effectActivationID, IPropertySet effectSettings) is not implemented in Uno.");
 }
 public global::System.Collections.Generic.IReadOnlyList <global::Windows.Media.MediaProperties.IMediaEncodingProperties> GetAvailableMediaStreamProperties(global::Windows.Media.Capture.MediaStreamType mediaStreamType)
 {
     throw new global::System.NotImplementedException("The member IReadOnlyList<IMediaEncodingProperties> VideoDeviceController.GetAvailableMediaStreamProperties(MediaStreamType mediaStreamType) is not implemented in Uno.");
 }
 public global::Windows.Media.MediaProperties.IMediaEncodingProperties GetMediaStreamProperties(global::Windows.Media.Capture.MediaStreamType mediaStreamType)
 {
     throw new global::System.NotImplementedException("The member IMediaEncodingProperties VideoDeviceController.GetMediaStreamProperties(MediaStreamType mediaStreamType) is not implemented in Uno.");
 }
Beispiel #5
0
 public global::Windows.Foundation.IAsyncOperation <global::Windows.Media.IMediaExtension> AddVideoEffectAsync(global::Windows.Media.Effects.IVideoEffectDefinition definition, global::Windows.Media.Capture.MediaStreamType mediaStreamType)
 {
     throw new global::System.NotImplementedException("The member IAsyncOperation<IMediaExtension> MediaCapture.AddVideoEffectAsync(IVideoEffectDefinition definition, MediaStreamType mediaStreamType) is not implemented in Uno.");
 }
Beispiel #6
0
 public global::Windows.Foundation.IAsyncAction SetEncodingPropertiesAsync(global::Windows.Media.Capture.MediaStreamType mediaStreamType, global::Windows.Media.MediaProperties.IMediaEncodingProperties mediaEncodingProperties, global::Windows.Media.MediaProperties.MediaPropertySet encoderProperties)
 {
     throw new global::System.NotImplementedException("The member IAsyncAction MediaCapture.SetEncodingPropertiesAsync(MediaStreamType mediaStreamType, IMediaEncodingProperties mediaEncodingProperties, MediaPropertySet encoderProperties) is not implemented in Uno.");
 }
Beispiel #7
0
 public object GetEncoderProperty(global::Windows.Media.Capture.MediaStreamType mediaStreamType, global::System.Guid propertyId)
 {
     throw new global::System.NotImplementedException("The member object MediaCapture.GetEncoderProperty(MediaStreamType mediaStreamType, Guid propertyId) is not implemented in Uno.");
 }
Beispiel #8
0
 public void SetEncoderProperty(global::Windows.Media.Capture.MediaStreamType mediaStreamType, global::System.Guid propertyId, object propertyValue)
 {
     global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Windows.Media.Capture.MediaCapture", "void MediaCapture.SetEncoderProperty(MediaStreamType mediaStreamType, Guid propertyId, object propertyValue)");
 }
Beispiel #9
0
 public global::Windows.Foundation.IAsyncAction ClearEffectsAsync(global::Windows.Media.Capture.MediaStreamType mediaStreamType)
 {
     throw new global::System.NotImplementedException("The member IAsyncAction MediaCapture.ClearEffectsAsync(MediaStreamType mediaStreamType) is not implemented in Uno.");
 }