Uses of Class
com.hp.lft.sdk.mobile.MediaUploadOptions
Packages that use MediaUploadOptions
Package
Description
Provides the SDK for testing objects in mobile applications.
- 
Uses of MediaUploadOptions in com.hp.lft.sdk.mobileMethods in com.hp.lft.sdk.mobile with parameters of type MediaUploadOptionsModifier and TypeMethodDescriptionvoidDevice.uploadMedia(VideoData videoData, String mediaID, MediaUploadOptions options) Upload a video to the device for video simulation, with the option to save the file.voidDevice.uploadMedia(RenderedImage image, ImageFormat imageFormat, String mediaID, MediaUploadOptions options) Upload an image to the device for camera simulation, with the option to save the file.voidDevice.uploadMedia(String mediaUrl, String mediaID, MediaUploadOptions options) Upload a media file to the device for camera or video simulation, with the option to save the file.voidDevice.uploadMedia(URL mediaUrl, String mediaID, MediaUploadOptions options) Upload a media file to the device for camera or video simulation, with the option to save the file.