Interface PlaybackRateSubMenuProps

interface PlaybackRateSubMenuProps {
    menuStyle?: StyleProp<ViewStyle>;
    values?: PlaybackRateValue[];
}

Properties

Properties

menuStyle?: StyleProp<ViewStyle>

Overrides for the style of the menu.

Overrides for the default playbackRate values.

Generated using TypeDoc