Documentation ¶
Index ¶
- type AlbumConstraints
- func (ac *AlbumConstraints) GetMaxAspectRatio() float64
- func (ac *AlbumConstraints) GetMaxDuration() float64
- func (ac *AlbumConstraints) GetMinAspectRatio() float64
- func (ac *AlbumConstraints) GetMinDuration() float64
- func (ac *AlbumConstraints) GetRecommendedRatio() float64
- func (ac *AlbumConstraints) GetRecommendedRatioDeviation() float64
- func (ac *AlbumConstraints) GetTitle() string
- func (ac *AlbumConstraints) UseRecommendedRatioByDefault() bool
- type ConstraintsFactory
- type DirectConstraints
- func (sc *DirectConstraints) GetMaxAspectRatio() float64
- func (sc *DirectConstraints) GetMaxDuration() float64
- func (sc *DirectConstraints) GetMinAspectRatio() float64
- func (sc *DirectConstraints) GetMinDuration() float64
- func (sc *DirectConstraints) GetRecommendedRatio() float64
- func (sc *DirectConstraints) GetRecommendedRatioDeviation() float64
- func (sc *DirectConstraints) GetTitle() string
- func (sc *DirectConstraints) UseRecommendedRatioByDefault() bool
- type DirectStoryConstraints
- func (sc *DirectStoryConstraints) GetMaxAspectRatio() float64
- func (sc *DirectStoryConstraints) GetMaxDuration() float64
- func (sc *DirectStoryConstraints) GetMinAspectRatio() float64
- func (sc *DirectStoryConstraints) GetMinDuration() float64
- func (sc *DirectStoryConstraints) GetRecommendedRatio() float64
- func (sc *DirectStoryConstraints) GetRecommendedRatioDeviation() float64
- func (sc *DirectStoryConstraints) GetTitle() string
- func (sc *DirectStoryConstraints) UseRecommendedRatioByDefault() bool
- type StoryConstraints
- func (sc *StoryConstraints) GetMaxAspectRatio() float64
- func (sc *StoryConstraints) GetMaxDuration() float64
- func (sc *StoryConstraints) GetMinAspectRatio() float64
- func (sc *StoryConstraints) GetMinDuration() float64
- func (sc *StoryConstraints) GetRecommendedRatio() float64
- func (sc *StoryConstraints) GetRecommendedRatioDeviation() float64
- func (sc *StoryConstraints) GetTitle() string
- func (sc *StoryConstraints) UseRecommendedRatioByDefault() bool
- type TimelineConstraints
- func (sc *TimelineConstraints) GetMaxAspectRatio() float64
- func (sc *TimelineConstraints) GetMaxDuration() float64
- func (sc *TimelineConstraints) GetMinAspectRatio() float64
- func (sc *TimelineConstraints) GetMinDuration() float64
- func (sc *TimelineConstraints) GetRecommendedRatio() float64
- func (sc *TimelineConstraints) GetRecommendedRatioDeviation() float64
- func (sc *TimelineConstraints) GetTitle() string
- func (sc *TimelineConstraints) UseRecommendedRatioByDefault() bool
- type TvConstraints
- func (sc *TvConstraints) GetMaxAspectRatio() float64
- func (sc *TvConstraints) GetMaxDuration() float64
- func (sc *TvConstraints) GetMinAspectRatio() float64
- func (sc *TvConstraints) GetMinDuration() float64
- func (sc *TvConstraints) GetRecommendedRatio() float64
- func (sc *TvConstraints) GetRecommendedRatioDeviation() float64
- func (sc *TvConstraints) GetTitle() string
- func (sc *TvConstraints) UseRecommendedRatioByDefault() bool
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AlbumConstraints ¶
type AlbumConstraints struct { }
func (*AlbumConstraints) GetMaxAspectRatio ¶
func (ac *AlbumConstraints) GetMaxAspectRatio() float64
func (*AlbumConstraints) GetMaxDuration ¶
func (ac *AlbumConstraints) GetMaxDuration() float64
func (*AlbumConstraints) GetMinAspectRatio ¶
func (ac *AlbumConstraints) GetMinAspectRatio() float64
func (*AlbumConstraints) GetMinDuration ¶
func (ac *AlbumConstraints) GetMinDuration() float64
func (*AlbumConstraints) GetRecommendedRatio ¶
func (ac *AlbumConstraints) GetRecommendedRatio() float64
func (*AlbumConstraints) GetRecommendedRatioDeviation ¶
func (ac *AlbumConstraints) GetRecommendedRatioDeviation() float64
func (*AlbumConstraints) GetTitle ¶
func (ac *AlbumConstraints) GetTitle() string
func (*AlbumConstraints) UseRecommendedRatioByDefault ¶
func (ac *AlbumConstraints) UseRecommendedRatioByDefault() bool
type ConstraintsFactory ¶
type ConstraintsFactory struct { }
func (ConstraintsFactory) CreateFor ¶
func (cf ConstraintsFactory) CreateFor(targetFeed string) (c media.Constraints)
type DirectConstraints ¶
type DirectConstraints struct { }
func (*DirectConstraints) GetMaxAspectRatio ¶
func (sc *DirectConstraints) GetMaxAspectRatio() float64
func (*DirectConstraints) GetMaxDuration ¶
func (sc *DirectConstraints) GetMaxDuration() float64
func (*DirectConstraints) GetMinAspectRatio ¶
func (sc *DirectConstraints) GetMinAspectRatio() float64
func (*DirectConstraints) GetMinDuration ¶
func (sc *DirectConstraints) GetMinDuration() float64
func (*DirectConstraints) GetRecommendedRatio ¶
func (sc *DirectConstraints) GetRecommendedRatio() float64
func (*DirectConstraints) GetRecommendedRatioDeviation ¶
func (sc *DirectConstraints) GetRecommendedRatioDeviation() float64
func (*DirectConstraints) GetTitle ¶
func (sc *DirectConstraints) GetTitle() string
func (*DirectConstraints) UseRecommendedRatioByDefault ¶
func (sc *DirectConstraints) UseRecommendedRatioByDefault() bool
type DirectStoryConstraints ¶
type DirectStoryConstraints struct { }
func (*DirectStoryConstraints) GetMaxAspectRatio ¶
func (sc *DirectStoryConstraints) GetMaxAspectRatio() float64
func (*DirectStoryConstraints) GetMaxDuration ¶
func (sc *DirectStoryConstraints) GetMaxDuration() float64
func (*DirectStoryConstraints) GetMinAspectRatio ¶
func (sc *DirectStoryConstraints) GetMinAspectRatio() float64
func (*DirectStoryConstraints) GetMinDuration ¶
func (sc *DirectStoryConstraints) GetMinDuration() float64
func (*DirectStoryConstraints) GetRecommendedRatio ¶
func (sc *DirectStoryConstraints) GetRecommendedRatio() float64
func (*DirectStoryConstraints) GetRecommendedRatioDeviation ¶
func (sc *DirectStoryConstraints) GetRecommendedRatioDeviation() float64
func (*DirectStoryConstraints) GetTitle ¶
func (sc *DirectStoryConstraints) GetTitle() string
func (*DirectStoryConstraints) UseRecommendedRatioByDefault ¶
func (sc *DirectStoryConstraints) UseRecommendedRatioByDefault() bool
type StoryConstraints ¶
type StoryConstraints struct { }
func (*StoryConstraints) GetMaxAspectRatio ¶
func (sc *StoryConstraints) GetMaxAspectRatio() float64
func (*StoryConstraints) GetMaxDuration ¶
func (sc *StoryConstraints) GetMaxDuration() float64
func (*StoryConstraints) GetMinAspectRatio ¶
func (sc *StoryConstraints) GetMinAspectRatio() float64
func (*StoryConstraints) GetMinDuration ¶
func (sc *StoryConstraints) GetMinDuration() float64
func (*StoryConstraints) GetRecommendedRatio ¶
func (sc *StoryConstraints) GetRecommendedRatio() float64
func (*StoryConstraints) GetRecommendedRatioDeviation ¶
func (sc *StoryConstraints) GetRecommendedRatioDeviation() float64
func (*StoryConstraints) GetTitle ¶
func (sc *StoryConstraints) GetTitle() string
func (*StoryConstraints) UseRecommendedRatioByDefault ¶
func (sc *StoryConstraints) UseRecommendedRatioByDefault() bool
type TimelineConstraints ¶
type TimelineConstraints struct { }
func (*TimelineConstraints) GetMaxAspectRatio ¶
func (sc *TimelineConstraints) GetMaxAspectRatio() float64
func (*TimelineConstraints) GetMaxDuration ¶
func (sc *TimelineConstraints) GetMaxDuration() float64
func (*TimelineConstraints) GetMinAspectRatio ¶
func (sc *TimelineConstraints) GetMinAspectRatio() float64
func (*TimelineConstraints) GetMinDuration ¶
func (sc *TimelineConstraints) GetMinDuration() float64
func (*TimelineConstraints) GetRecommendedRatio ¶
func (sc *TimelineConstraints) GetRecommendedRatio() float64
func (*TimelineConstraints) GetRecommendedRatioDeviation ¶
func (sc *TimelineConstraints) GetRecommendedRatioDeviation() float64
func (*TimelineConstraints) GetTitle ¶
func (sc *TimelineConstraints) GetTitle() string
func (*TimelineConstraints) UseRecommendedRatioByDefault ¶
func (sc *TimelineConstraints) UseRecommendedRatioByDefault() bool
type TvConstraints ¶
type TvConstraints struct { }
func (*TvConstraints) GetMaxAspectRatio ¶
func (sc *TvConstraints) GetMaxAspectRatio() float64
func (*TvConstraints) GetMaxDuration ¶
func (sc *TvConstraints) GetMaxDuration() float64
func (*TvConstraints) GetMinAspectRatio ¶
func (sc *TvConstraints) GetMinAspectRatio() float64
func (*TvConstraints) GetMinDuration ¶
func (sc *TvConstraints) GetMinDuration() float64
func (*TvConstraints) GetRecommendedRatio ¶
func (sc *TvConstraints) GetRecommendedRatio() float64
func (*TvConstraints) GetRecommendedRatioDeviation ¶
func (sc *TvConstraints) GetRecommendedRatioDeviation() float64
func (*TvConstraints) GetTitle ¶
func (sc *TvConstraints) GetTitle() string
func (*TvConstraints) UseRecommendedRatioByDefault ¶
func (sc *TvConstraints) UseRecommendedRatioByDefault() bool
Click to show internal directories.
Click to hide internal directories.