Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DeoVR ¶
type DeoVR struct { Scenes []*Scene `json:"scenes"` // contains filtered or unexported fields }
func (*DeoVR) GetVideoPath ¶
func (*DeoVR) GetVideoThumbnailPath ¶
type Encoding ¶
type Encoding struct { Name string `json:"name"` VideoSources []*VideoSource `json:"videoSources"` }
type Video ¶
type Video struct { ID int `json:"id,omitempty"` Title string `json:"title"` FPS int `json:"fps"` Is3D bool `json:"is3d"` ViewAngle int `json:"viewAngle,omitempty"` StereoMode string `json:"stereoMode,omitempty"` VideoLength int `json:"videoLength"` ThumbnailURL string `json:"thumbnailUrl"` Encodings []*Encoding `json:"encodings"` }
Click to show internal directories.
Click to hide internal directories.