Overload | Description |
---|---|
UploadMedia(Uri,String) | Upload a media file to the device for camera or video simulation. The files are deleted when the device is released. |
UploadMedia(Uri,String,MediaUploadOptions) | Upload a media file to the device for camera or video simulation, with the option to save the file. The files are deleted when the device is released. |
UploadMedia(String,String) | Upload a media file to the device for camera or video simulation. The files are deleted when the device is released. |
UploadMedia(String,String,MediaUploadOptions) | Upload a media file to the device for camera or video simulation, with the option to save the file. The files are deleted when the device is released. |
UploadMedia(Image,String) | Upload an image to the device for camera simulation. The file is deleted when the device is released. |
UploadMedia(Image,String,MediaUploadOptions) | Upload an image to the device for camera simulation, with the option to save the file. The file is deleted when the device is released. |
UploadMedia(VideoData,String) | Upload a video to the device for video simulation. The file is deleted when the device is released. |
UploadMedia(VideoData,String,MediaUploadOptions) | Upload a video to the device for video simulation, with the option to save the file. The file is deleted when the device is released. |