video

package
v1.5.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 28, 2023 License: MIT Imports: 0 Imported by: 0

Documentation

Overview

Package video provides the Dto related to the Piped video/steam.

Package video provides the Dto related to the Piped video/steam.

Package video provides the Dto related to the Piped video/steam.

Package video provides the Dto related to the Piped video/steam.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AppendVideosIntoPlaylist

type AppendVideosIntoPlaylist struct {
	PlaylistId string    `json:"playlistId"`
	VideoIds   *[]string `json:"videoIds"`
}

AppendVideosIntoPlaylist represents the request payload needed to append videos into a playlist using the Piped Api.

type NextVideosPageDto

type NextVideosPageDto struct {
	Nextpage       string
	RelatedStreams []RelatedStreamDto
}

NextVideosPageDto represents the request payload needed to retrieve paginated videos/streams for a channel, using the Piped Api.

type RelatedStreamDto

type RelatedStreamDto struct {
	Uploaded int64
	Url      string
	Views    int64
}

RelatedStreamDto represents the model of the Piped video/steam short description.

type StreamDto

type StreamDto struct {
	Uploaded   int64
	UploadDate string
	Url        string
}

StreamDto represents the model of the Piped video/steam.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL