Skip to content
This repository has been archived by the owner on Feb 2, 2020. It is now read-only.
Alovchin91 edited this page Nov 4, 2014 · 5 revisions

Welcome to the FLAC for Windows Runtime project wiki!

This wiki contains an information and usage examples about the APIs exposed by FLAC for Windows Runtime.

Here's a list of available namespaces and classes. You can proceed to the wiki page of the particular member (if available) from this list.

  • FLAC.WindowsRuntime namespace - this is the root namespace of the project.

    • Decoder namespace - contains all decoder related members.

      • Callbacks namespace - includes all decoder callback members.

        • StreamDecoderEofCallback delegate
        • StreamDecoderErrorCallback delegate
        • StreamDecoderErrorStatus enum
        • StreamDecoderLengthCallback delegate
        • StreamDecoderLengthStatus enum
        • StreamDecoderMetadataCallback delegate
        • StreamDecoderReadCallback delegate
        • StreamDecoderReadStatus enum
        • StreamDecoderSeekCallback delegate
        • StreamDecoderSeekStatus enum
        • StreamDecoderTellCallback delegate
        • StreamDecoderTellStatus enum
        • StreamDecoderWriteBuffer class
        • StreamDecoderWriteCallback delegate
        • StreamDecoderWriteStatus enum
      • StreamDecoder class

      • StreamDecoderInitStatus enum

      • StreamDecoderState enum

    • Format namespace - contains the common members representing the FLAC format.

      • Frames namespace - includes members representing FLAC frames data.

        • ChannelAssignment enum
        • FrameNumberType enum
        • FrameHeader class
        • FrameFooter class
      • Frame class

      • Metadata namespace - includes all FLAC metadata classes.

        • StreamInfo class
        • Application class
        • SeekPoint class
        • SeekTable class
        • VorbisComment class
        • CueSheetIndex class
        • CueSheetTrack class
        • CueSheet class
        • PictureType enum
        • Picture class
        • Unknown class
      • MetadataType enum

      • StreamMetadata class

      • Subframes namespace - includes members representing FLAC subframes data.

        • EntropyCodingMethodType enum
        • PartitionedRiceContents class
        • PartitionedRice class
        • EntropyCodingMethod class
        • SubframeConstant class
        • SubframeVerbatim class
        • SubframeFixed class
        • SubframeLPC class
      • SubframeType enum

      • Subframe class

Clone this wiki locally