Sha256: 06ed1161cb3bfea0fc7cce981adc6d6e005fe5f29bf9a8f5fd4dc161848b0a6f

Contents?: true

Size: 476 Bytes

Versions: 21

Compression:

Stored size: 476 Bytes

Contents

# MuxRuby::VideoViewEvent

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **viewer_time** | **Integer** |  | [optional] |
| **playback_time** | **Integer** |  | [optional] |
| **name** | **String** |  | [optional] |
| **event_time** | **Integer** |  | [optional] |

## Example

```ruby
require 'mux_ruby'

instance = MuxRuby::VideoViewEvent.new(
  viewer_time: null,
  playback_time: null,
  name: null,
  event_time: null
)
```

Version data entries

21 entries across 21 versions & 1 rubygems

Version Path
mux_ruby-3.11.1 docs/VideoViewEvent.md
mux_ruby-3.11.0 docs/VideoViewEvent.md
mux_ruby-3.9.0 docs/VideoViewEvent.md
mux_ruby-3.8.0 docs/VideoViewEvent.md
mux_ruby-3.7.0 docs/VideoViewEvent.md
mux_ruby-3.6.0 docs/VideoViewEvent.md
mux_ruby-3.5.2 docs/VideoViewEvent.md
mux_ruby-3.5.1 docs/VideoViewEvent.md
mux_ruby-3.5.0 docs/VideoViewEvent.md
mux_ruby-3.4.0 docs/VideoViewEvent.md
mux_ruby-3.3.1 docs/VideoViewEvent.md
mux_ruby-3.3.0 docs/VideoViewEvent.md
mux_ruby-3.2.0 docs/VideoViewEvent.md
mux_ruby-3.1.0 docs/VideoViewEvent.md
mux_ruby-3.0.0 docs/VideoViewEvent.md
mux_ruby-2.2.0 docs/VideoViewEvent.md
mux_ruby-2.1.1 docs/VideoViewEvent.md
mux_ruby-2.1.0 docs/VideoViewEvent.md
mux_ruby-2.0.0 docs/VideoViewEvent.md
mux_ruby-2.0.0.pre.rc.2 docs/VideoViewEvent.md