Stream format identifier.
enum class TStreamFormat : int { sfUnknown = 0, sfMp3 = 1, sfOgg = 2, sfWav = 3, sfPCM = 4, sfFLAC = 5, sfFLACOgg = 6, sfAC3 = 7, sfAacADTS = 8, sfAutodetect = 1000 };
|
Parameters |
Description |
|
sfUnknown |
Unknown format, can't play this stream. |
|
sfMp3 | |
|
sfOgg | |
|
sfWav | |
|
sfPCM | |
|
sfFLAC | |
|
sfFLACOgg | |
|
sfAC3 | |
|
sfAacADTS | |
|
sfAutodetect |
Autodetect stream format. Use this value to indicate that function needs to detect stream format. |
Note: If you don't know stream format, use sfAutodetect value to try to detect stream format.
|
Copyright (c) 2010. Zoran Cindori - All rights reserved.
Web: http://libzplay.sourceforge.net/ Email: zcindori@inet.hr |