link GraphQL Schema definition
- enum ONIXAudioChannelsCode {
- # CD standard audio format
- # SACD super audio format
- # MP3 format
- # WAV format
- # Real Audio format
- # WMA
- # AAC
- # Ogg/Vorbis
- # Audible
- # FLAC
- # AIFF
- # ALAC
- # DAISY 2: full audio with title only (no navigation) (Deprecated)
- # DAISY 2: full audio with navigation (no text)
- # DAISY 2: full audio with navigation and partial text
- # DAISY 2: full audio with navigation and full text
- # DAISY 2: full text with navigation and partial audio
- # DAISY 2: full text with navigation and no audio
- # DAISY 3: full audio with title only (no navigation) (Deprecated)
- # DAISY 3: full audio with navigation (no text)
- # DAISY 3: full audio with navigation and partial text
- # DAISY 3: full audio with navigation and full text
- # DAISY 3: full text with navigation and partial audio
- # DAISY 3: full text with navigation and no audio
- # Standalone audio
- # Readalong audio
- # Playalong audio
- # Speakalong audio
- # Synchronised audio
- # 64kbits/s
- # 128kbits/s
- # 192kbits/s
- # 256kbits/s
- # 320kbits/s
- # Mono
- # Stereo
- # Stereo 2.1
- # Surround 4.1
- # Surround 5.1
- # Mass market (rack) paperback
- # Trade paperback (US)
- # Digest format paperback
- # A-format paperback
- # B-format paperback
- # Trade paperback (UK)
- # Tall rack paperback (US)
- # A5 size Tankobon
- # JIS B5 size Tankobon
- # JIS B6 size Tankobon
- # A6 size Bunko
- # B40-dori Shinsho
- # Pocket (Sweden)
- # Storpocket (Sweden)
- # Kartonnage (Sweden)
- # Flexband (Sweden)
- # Mook
- # Dwarsligger
- # 46 size
- # 46-Henkei size
- # A4
- # A4-Henkei size
- # A5-Henkei size
- # B5-Henkei size
- # B6-Henkei size
- # AB size
- # JIS B7 size
- # Kiku size
- # Kiku-Henkei size
- # JIS B4 size
- # Paperback (DE)
- # Coloring / join-the-dot book
- # Lift-the-flap book
- # Miniature book
- # Moving picture / flicker book
- # Pop-up book
- # Scented / ‘smelly’ book
- # Sound story / ‘noisy’ book
- # Sticker book
- # Touch-and-feel book
- # Die-cut book
- # Book-as-toy
- # Soft-to-touch book
- # Fuzzy-felt book
- # Picture book
- # ‘Carousel’ Book
- # Loose leaf – sheets and binder
- # Loose leaf – binder only
- # Loose leaf – sheets only
- # Sewn
- # Unsewn / adhesive bound
- # Library binding
- # Reinforced binding
- # Half bound
- # Quarter bound
- # Saddle-sewn
- # Comb bound
- # Wire-O
- # Concealed wire
- # Coiled wire bound
- # Trade binding
- # Self-covered
- # Cloth over boards
- # Paper over boards
- # Leather, real
- # Leather, imitation
- # Leather, bonded
- # Vellum
- # Cloth
- # Imitation cloth
- # Velvet
- # Flexible plastic/vinyl cover
- # Plastic-covered
- # Vinyl-covered
- # Laminated cover
- # Card cover
- # With dust jacket
- # With printed dust jacket
- # With translucent dust cover
- # With flaps
- # With thumb index
- # With ribbon marker(s)
- # With zip fastener
- # With button snap fastener
- # With leather edge lining
- # Rough front
- # Foldout
- # Wide margin
- # With fastening strap
- # With perforated pages
- # Turn-around book
- # Unflipped manga format
- # Syllabification
- # UK Uncontracted Braille
- # UK Contracted Braille
- # US Braille (Deprecated)
- # US Uncontracted Braille
- # US Contracted Braille
- # Unified English Braille
- # Moon
- # Real Video format
- # Quicktime format
- # AVI format
- # Windows Media Video format
- # MPEG-4
- # MS-DOS
- # Windows
- # Macintosh
- # UNIX / LINUX
- # Other operating system(s)
- # Palm OS
- # Windows Mobile
- # Microsoft XBox
- # Nintendo Gameboy Color
- # Nintendo Gameboy Advanced
- # Nintendo Gameboy
- # Nintendo Gamecube
- # Nintendo 64
- # Sega Dreamcast
- # Sega Genesis/Megadrive
- # Sega Saturn
- # Sony PlayStation 1
- # Sony PlayStation 2
- # Nintendo Dual Screen
- # Sony PlayStation 3
- # Xbox 360
- # Nintendo Wii
- # Sony PlayStation Portable (PSP)
- # Other
- # EPUB
- # OEB
- # DOC
- # DOCX
- # HTML
- # ODF
- # PDF
- # PDF/A
- # RTF
- # SGML
- # TCR
- # TXT
- # XHTML
- # zTXT
- # XPS
- # Amazon Kindle
- # BBeB
- # DXReader
- # EBL
- # Ebrary
- # eReader
- # Exebook
- # Franklin eBookman
- # Gemstar Rocketbook
- # iSilo
- # Microsoft Reader
- # Mobipocket
- # MyiLibrary
- # NetLibrary
- # Plucker
- # VitalBook
- # Vook
- # Google Edition
- # Book ‘app’ for iOS
- # Book ‘app’ for Android
- # Book ‘app’ for other operating system
- # CEB
- # CEBX
- # iBook
- # ePIB
- # SCORM
- # EBP
- # Page Perfect
- # Reflowable
- # Fixed format
- # Readable offline
- # Requires network connection
- # Content removed
- # Landscape
- # Portrait
- # 5:4
- # 4:3
- # 3:2
- # 16:10
- # 16:9
- # Laminated
- # Desk calendar
- # Mini calendar
- # Engagement calendar
- # Day by day calendar
- # Poster calendar
- # Wall calendar
- # Perpetual calendar
- # Advent calendar
- # Bookmark calendar
- # Student calendar
- # Project calendar
- # Almanac calendar
- # Other calendar
- # Other calendar or organiser product
- # Picture story cards
- # Hardback (stationery)
- # Paperback / softback (stationery)
- # Spiral bound (stationery)
- # Leather / fine binding (stationery)
- # PAL
- # NTSC
- # SECAM
- # Home use
- # Classroom use
- }