Package | com.brightcove.api.events |
Class | public class CaptionsEvent |
Inheritance | CaptionsEvent ![]() |
Property | Defined By | ||
---|---|---|---|
error : Error [read-only]
Returns the error for events of type DFXP_LOAD_ERROR
| CaptionsEvent | ||
url : String [read-only]
Returns the DFXP URL that was loaded or had an error
| CaptionsEvent |
Method | Defined By | ||
---|---|---|---|
CaptionsEvent(type:String, url:String, error:Error = null)
Constructor. | CaptionsEvent |
Constant | Defined By | ||
---|---|---|---|
DFXP_LOAD_ERROR : String = dfxpLoadError [static] | CaptionsEvent | ||
DFXP_LOAD_SUCCESS : String = dfxpLoadSuccess [static] | CaptionsEvent | ||
SHOW_OPTIONS : String = showOptions [static] | CaptionsEvent |
error | property |
error:Error
[read-only] Returns the error for events of type DFXP_LOAD_ERROR
public function get error():Error
url | property |
url:String
[read-only] Returns the DFXP URL that was loaded or had an error
public function get url():String
CaptionsEvent | () | Constructor |
public function CaptionsEvent(type:String, url:String, error:Error = null)
Constructor.
Parameterstype:String | |
url:String | |
error:Error (default = null )
|
DFXP_LOAD_ERROR | Constant |
public static const DFXP_LOAD_ERROR:String = dfxpLoadError
DFXP_LOAD_SUCCESS | Constant |
public static const DFXP_LOAD_SUCCESS:String = dfxpLoadSuccess
SHOW_OPTIONS | Constant |
public static const SHOW_OPTIONS:String = showOptions