Media Player SDK
ContentsIndexHome
PreviousUpNext
TVFMediaPlayer.SetLicenseKey Method

After buying a license of Media Player SDK, you will receive the serial number. To get rid of nag screen during the run time, you will need to activate control via this method.

Pascal
procedure SetLicenseKey(LicenseKey: WideString);
C++
__fastcall SetLicenseKey(BSTR LicenseKey);
C#
public SetLicenseKey(String LicenseKey);
Visual Basic
Public Sub SetLicenseKey(LicenseKey As String)
Java
public SetLicenseKey(string LicenseKey);
IDL
SetLicenseKey(BSTR LicenseKey);
JavaScript
SetLicenseKey
Parameters 
Description 
LicenseKey: WideString 
License key. 

MediaPlayer1.SetLicenseKey('your_license_key').

Copyright (c) 2013. All rights reserved.
What do you think about this topic? Send feedback!