|
| From: | Andrea Palmatè |
| Subject: | [Gnash-dev] Media Types constant |
| Date: | Thu, 16 Sep 2010 13:18:07 +0200 |
| User-agent: | Mozilla/5.0 (Windows; U; Windows NT 6.1; it; rv:1.9.2.9) Gecko/20100825 Lightning/1.0b2 Thunderbird/3.1.3 |
Hello,would be possible to replace CUSTOM and FLASH media codec types to something like
/// The type of the codec id passed in the AudioInfo or VideoInfo class
enum codecType
{
/// The internal flash codec ids
CODEC_TYPE_FLASH,
/// Custom codecs ids
CODEC_TYPE_CUSTOM
};
this would avoid problems with already defined constants like CUSTOM for
example
Andrea
| [Prev in Thread] | Current Thread | [Next in Thread] |