Gets or sets the URL to the main media file.
public string Source1 { get; set; }
Public Property Source1 As String
public string Source1 {get; set;}
@property (nonatomic) NSString* source1;
public string getSource1()
public void setSource1(String src1)
get_Source1();
set_Source1(value);
Object.defineProperty('Source1');
public:
property String^ Source1
{
String^ get()
void set(String^ value)
}
The 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.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET