←Select platform

Source3 Property

Summary
Gets or sets the optional second alternate URL to the main media file.
Syntax
C#
Objective-C
C++/CLI
Java
Python
public string Source3 { get; set; } 
@property (nonatomic, copy) NSString *source3; 
public string getSource3() 
public void setSource3(String src3) 
public:  
   property String^ Source3 
   { 
      String^ get() 
      void set(String^ value) 
   } 
Source3 # get and set (AnnMedia) 

Property Value

The optional second alternate URL to the main media file.

Remarks

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.

Requirements

Target Platforms

See Also

Reference

AnnMedia Class

AnnMedia Members

Help Version 22.0.2023.7.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Engine Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.