FLAC__StreamDecoderWriteStatusString

Maps a FLAC__StreamDecoderWriteStatus to a C string.

Using a FLAC__StreamDecoderWriteStatus as the index to this array will give the string equivalent. The contents should not be modified.

export extern (C) nothrow extern __gshared const
char** FLAC__StreamDecoderWriteStatusString;

Meta