MediaTrackableObjecttrackingURLs Field |
This dictionary defines all URLs that need to be notified of specific events from the object's lifecycle. The keys are event constants, as defined in
MediaPlayer
Namespace: Veeplay.mediaAssembly: Veeplay (in Veeplay.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public Dictionary<string, List<string>> trackingURLs
Public trackingURLs As Dictionary(Of String, List(Of String))
public:
Dictionary<String^, List<String^>^>^ trackingURLs
val mutable trackingURLs: Dictionary<string, List<string>>
Field Value
Type:
DictionaryString,
ListStringSee Also