UploadMedia(Image,String) Method
Upload an image to the device for camera simulation. The file is deleted when the device is released.

C# Syntax

void UploadMedia( 
   Image image,
   string mediaID
)

Parameters

image
The image file. Supported formats: JPG, GIF, PNG, BMP, TIF (iOS only).
mediaID
The unique ID of the uploaded media. The ID is used to start the simulation using IApplication.StartCameraSimulationMode.