react-native-firework-sdk
    Preparing search index...

    Interface VideoPlayerButtonConfiguration

    interface VideoPlayerButtonConfiguration {
        closeButton?: ButtonInfo;
        muteButton?: ButtonInfo;
        pauseButton?: ButtonInfo;
        playButton?: ButtonInfo;
        unmuteButton?: ButtonInfo;
        videoDetailButton?: ButtonInfo;
    }
    Index

    Properties

    closeButton?: ButtonInfo

    Specifies the close button info. Image will be drawn in a 40pt x 40pt frame.

    muteButton?: ButtonInfo

    Specifies the mute button info. Image will be drawn in a 40pt x 40pt frame.

    pauseButton?: ButtonInfo

    Specifies the pause info. Image will be drawn at the center of the player view.

    playButton?: ButtonInfo

    Specifies the play info. Image will be drawn at the center of the player view.

    unmuteButton?: ButtonInfo

    Specifies the unmute button info. Image will be drawn in a 40pt x 40pt frame.

    videoDetailButton?: ButtonInfo

    Specifies the video detail button info. Image will be drawn in a 40pt x 40pt frame.