diff m_property.h @ 23394:d4e8613ddc95

Make all the info available via the metadata API available via properties.
author albeu
date Tue, 29 May 2007 22:14:41 +0000
parents a5e55cb59bbc
children ae4237717601
line wrap: on
line diff
--- a/m_property.h	Tue May 29 21:49:39 2007 +0000
+++ b/m_property.h	Tue May 29 22:14:41 2007 +0000
@@ -188,6 +188,9 @@
 /// get/print the string
 int m_property_string_ro(m_option_t* prop,int action,void* arg, char* str);
 
+/// get/print a bitrate
+int m_property_bitrate(m_option_t* prop,int action,void* arg,int rate);
+
 ///@}
 
 ///@}