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.mobile
Methods in com.hp.lft.sdk.mobile with parameters of type MediaUploadOptionsModifier and TypeMethodDescriptionvoid
Device.uploadMedia
(VideoData videoData, String mediaID, MediaUploadOptions options) Upload a video to the device for video simulation, with the option to save the file.void
Device.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.void
Device.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.void
Device.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.