Uses of Enum Class
com.hp.lft.sdk.VideoFormat
Packages that use VideoFormat
Package
Description
Provides the SDK for core OpenText Functional Testing for Developers functionality.
- 
Uses of VideoFormat in com.hp.lft.sdkMethods in com.hp.lft.sdk that return VideoFormatModifier and TypeMethodDescriptionVideoData.getVideoFormat()Returns the video format.static VideoFormatReturns the enum constant of this class with the specified name.static VideoFormat[]VideoFormat.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.hp.lft.sdk with parameters of type VideoFormatModifierConstructorDescriptionVideoData(byte[] videoData, VideoFormat videoFormat) Create VideoData object.VideoData(String filePath, VideoFormat videoFormat) Create VideoData object.