BccmPlayerControlsConfig class

Constructors

BccmPlayerControlsConfig({ControlsBuilder? customBuilder, WidgetBuilder? playNextButton, List<double>? playbackSpeeds, bool? hidePlaybackSpeed, bool? hideQualitySelector, AdditionalControlsBuilder? additionalActionsBuilder})
  • customBuilder is a builder that will be used to build the controls if you want to completely customize them.
  • playNextButton is a widget that will be shown in the bottom right corner of the player.
  • playbackSpeeds is a list of playback speeds that will be shown in the settings menu.
  • hidePlaybackSpeed will hide the playback speed selector in the settings menu.
  • hideQualitySelector will hide the quality selector in the settings menu.
  • Properties

    additionalActionsBuilder AdditionalControlsBuilder?
    final
    customBuilder ControlsBuilder?
    final
    hashCode int
    The hash code for this object.
    no setterinherited
    hidePlaybackSpeed bool?
    final
    hideQualitySelector bool?
    final
    playbackSpeeds List<double>
    final
    playNextButton WidgetBuilder?
    final
    runtimeType Type
    A representation of the runtime type of the object.
    no setterinherited

    Methods

    noSuchMethod(Invocation invocation) → dynamic
    Invoked when a nonexistent method or property is accessed.
    inherited
    toString() String
    A string representation of this object.
    inherited

    Operators

    operator ==(Object other) bool
    The equality operator.
    inherited