VMAPTemplatesgetVMAPForVAST Method |
Namespace: Veeplay.media.eventsAssembly: Veeplay (in Veeplay.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public static string getVMAPForVAST(
string vastUrl,
string adType,
string adOffset
)
Public Shared Function getVMAPForVAST (
vastUrl As String,
adType As String,
adOffset As String
) As String
public:
static String^ getVMAPForVAST(
String^ vastUrl,
String^ adType,
String^ adOffset
)
static member getVMAPForVAST :
vastUrl : string *
adType : string *
adOffset : string -> string
Parameters
- vastUrl
- Type: SystemString
- adType
- Type: SystemString
- adOffset
- Type: SystemString
Return Value
Type:
StringSee Also