Swiftagram Documentation

Structure Media.​Video

public struct Video: Wrapped  

A struct representing a Video.

%115 Media.Video Media.Video Wrapped Wrapped Media.Video->Wrapped

Member Of

Media

A struct representing a Media.

Conforms To

Wrapped

Initializers

init(wrapper:​)

public init(wrapper: @escaping () -> Wrapper)  

Init.

Parameters

wrapper @escaping () -> Wrapper

A valid Wrapper.

Properties

wrapper

public var wrapper: () -> Wrapper

The underlying Response.

duration

public var duration: TimeInterval?  

The video duration.

images

public var images: [Version]?  

All picture versions.

clips

public var clips: [Version]?  

All video versions.