| Package | com.adobe.mediacore.videoanalytics |
| Class | public final class VideoAnalyticsConfigParameters |
| Inheritance | VideoAnalyticsConfigParameters Object |
| Property | Defined By | ||
|---|---|---|---|
| channel : String
The video-heartbeat channel
| VideoAnalyticsConfigParameters | ||
| enableChapterTracking : Boolean = false
Specifies whether video chapter tracking is enabled. | VideoAnalyticsConfigParameters | ||
| enableHeartbeat : Boolean = false
Specifies whether video video-heartbeat analytics is enabled. | VideoAnalyticsConfigParameters | ||
| jobId : String [read-only]
The video-heartbeat job-id
| VideoAnalyticsConfigParameters | ||
| publisher : String [read-only]
The video-heartbeat publisher
| VideoAnalyticsConfigParameters | ||
| quietMode : Boolean = false
Specifies whether the out-bound calls should be suppressed. | VideoAnalyticsConfigParameters | ||
| trackingServer : String [read-only]
The URL of the video-heartbeat back-end. | VideoAnalyticsConfigParameters | ||
| Method | Defined By | ||
|---|---|---|---|
VideoAnalyticsConfigParameters(trackingServer:String, jobId:String, publisher:String)
Constructor
| VideoAnalyticsConfigParameters | ||
Clones this configuration
| VideoAnalyticsConfigParameters | ||
| channel | property |
public var channel:StringThe video-heartbeat channel
| enableChapterTracking | property |
public var enableChapterTracking:Boolean = falseSpecifies whether video chapter tracking is enabled.
| enableHeartbeat | property |
public var enableHeartbeat:Boolean = falseSpecifies whether video video-heartbeat analytics is enabled.
| jobId | property |
jobId:String [read-only] The video-heartbeat job-id
public function get jobId():String| publisher | property |
publisher:String [read-only] The video-heartbeat publisher
public function get publisher():String| quietMode | property |
public var quietMode:Boolean = falseSpecifies whether the out-bound calls should be suppressed.
| trackingServer | property |
trackingServer:String [read-only] The URL of the video-heartbeat back-end.
public function get trackingServer():String| VideoAnalyticsConfigParameters | () | Constructor |
public function VideoAnalyticsConfigParameters(trackingServer:String, jobId:String, publisher:String)Constructor
ParameterstrackingServer:String — The URL of the video-heartbeat back-end.
| |
jobId:String — The video-heartbeat job-id
| |
publisher:String — The video-heartbeat publisher
|
| clone | () | method |
public function clone():VideoAnalyticsConfigParametersClones this configuration
ReturnsVideoAnalyticsConfigParameters — An identical configuration
|