Interface PlaybackRateSubMenuProps

interface PlaybackRateSubMenuProps {
    menuStyle?: StyleProp<ViewStyle>;
    values?: PlaybackRateValues;
}

Properties

Properties

menuStyle?: StyleProp<ViewStyle>

Overrides for the style of the menu.

Overrides for the default playbackRate values.