Returns a number describing the current zoom of the playback camera.
number
function getPlaybackZoom(state) { return window.getAutoZoom ? window.getAutoZoom(getPlayerIndex(state)) : state.camera.playbackZoom ; }