Gets or sets the optional first alternate URL to the main media file.
public string Source2 { get; set; }
Public Property Source2 As String
@property (nonatomic) NSString* source2;
public string getSource2()
public void setSource2(String src2)
public:
property String^ Source2
{
String^ get()
void set(String^ value)
}
The optional first alternate URL to the main media file.
The LEADTOOLS annotations is designed to work similar to HTML 5 video or audio tag. The automation will try to play the URL in Source1, if it fails, the first alternate source at Source2 will be tried. If that fails, the second alternate source at Source2 will be tried. For more information, refer to the HTML 5 video tag.
The optional media type can be stored in Type1. Media types are currently not used by LEADTOOLS.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document