VisioForge Video Capture SDK (Delphi / ActiveX)
ContentsIndexHome
PreviousUpNext
TVFVideoCapture.TVTuner_Countries_GetPreferredFormatForCountry Method

Returns preferable video format for selected country.

Pascal
function TVTuner_Countries_GetPreferredFormatForCountry(Country: WideString): WideString;
C++
__fastcall BSTR TVTuner_Countries_GetPreferredFormatForCountry(BSTR Country);
C#
public String TVTuner_Countries_GetPreferredFormatForCountry(String Country);
Visual Basic
Public Function TVTuner_Countries_GetPreferredFormatForCountry(Country As String) As String
Java
public string TVTuner_Countries_GetPreferredFormatForCountry(string Country);
IDL
BSTR TVTuner_Countries_GetPreferredFormatForCountry(BSTR Country);
JavaScript
TVTuner_Countries_GetPreferredFormatForCountry
PHP
public TVTuner_Countries_GetPreferredFormatForCountry($Country);
Parameters 
Description 
Country: WideString 
Country name. 

Returns preferable video format for selected country, empty string on error.

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