MediaUnitHandleSeekEvent Enumeration |
Specifies how the unit should handle seeking through multiple ad breaks.
Namespace: Veeplay.media.eventsAssembly: Veeplay (in Veeplay.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public enum HandleSeekEvent
Public Enumeration HandleSeekEvent
public enum class HandleSeekEvent
Members
| Member name | Value | Description |
---|
| HandleSeekEventPlayFirstBreak | 0 |
This will only trigger the first ad break
|
| HandleSeekEventPlayLastBreak | 1 |
This will only trigger the last ad break
|
| HandleSeekEventPlayAllBreaks | 2 |
This will trigger all ad breaks
|
See Also