Reference documentation and code samples for the Google Cloud Video Stitcher V1 Client class EventType.
Describes the event that occurred.
Protobuf type google.cloud.video.stitcher.v1.Event.EventType
Methods
name
value
mixed
value
name
mixed
Constants
EVENT_TYPE_UNSPECIFIED
Value: 0
The event type is unspecified.
Generated from protobuf enum EVENT_TYPE_UNSPECIFIED = 0;
CREATIVE_VIEW
Value: 1
First frame of creative ad viewed.
Generated from protobuf enum CREATIVE_VIEW = 1;
START
Value: 2
Creative ad started.
Generated from protobuf enum START = 2;
BREAK_START
Value: 3
Start of an ad break.
Generated from protobuf enum BREAK_START = 3;
BREAK_END
Value: 4
End of an ad break.
Generated from protobuf enum BREAK_END = 4;
IMPRESSION
Value: 5
Impression.
Generated from protobuf enum IMPRESSION = 5;
FIRST_QUARTILE
Value: 6
First quartile progress.
Generated from protobuf enum FIRST_QUARTILE = 6;
MIDPOINT
Value: 7
Midpoint progress.
Generated from protobuf enum MIDPOINT = 7;
THIRD_QUARTILE
Value: 8
Third quartile progress.
Generated from protobuf enum THIRD_QUARTILE = 8;
COMPLETE
Value: 9
Ad progress completed.
Generated from protobuf enum COMPLETE = 9;
PROGRESS
Value: 10
Specific progress event with an offset.
Generated from protobuf enum PROGRESS = 10;
MUTE
Value: 11
Player muted.
Generated from protobuf enum MUTE = 11;
UNMUTE
Value: 12
Player unmuted.
Generated from protobuf enum UNMUTE = 12;
PAUSE
Value: 13
Player paused.
Generated from protobuf enum PAUSE = 13;
CLICK
Value: 14
Click event.
Generated from protobuf enum CLICK = 14;
CLICK_THROUGH
Value: 15
Click-through event.
Generated from protobuf enum CLICK_THROUGH = 15;
REWIND
Value: 16
Player rewinding.
Generated from protobuf enum REWIND = 16;
RESUME
Value: 17
Player resumed.
Generated from protobuf enum RESUME = 17;
ERROR
Value: 18
Error event.
Generated from protobuf enum ERROR = 18;
EXPAND
Value: 21
Ad expanded to a larger size.
Generated from protobuf enum EXPAND = 21;
COLLAPSE
Value: 22
Ad collapsed to a smaller size.
Generated from protobuf enum COLLAPSE = 22;
CLOSE
Value: 24
Non-linear ad closed.
Generated from protobuf enum CLOSE = 24;
CLOSE_LINEAR
Value: 25
Linear ad closed.
Generated from protobuf enum CLOSE_LINEAR = 25;
SKIP
Value: 26
Ad skipped.
Generated from protobuf enum SKIP = 26;
ACCEPT_INVITATION
Value: 27
Accept invitation event.
Generated from protobuf enum ACCEPT_INVITATION = 27;