Main Page   Modules   Data Structures   Data Fields   Related Pages  

rte_codec_info Struct Reference

#include <codec.h>


Data Fields

rte_stream_type stream_type
const char* keyword
const char* label
const char* tooltip


Detailed Description

Details about the codec.


Field Documentation

rte_stream_type rte_codec_info::stream_type
 

Whether this is a video, audio or other kind of codec.

const char * rte_codec_info::keyword
 

Uniquely (within the parent context) identifies the codec, this may be stored in a config file.

const char * rte_codec_info::label
 

label is a name for the codec to be presented to the user, can be localized with dgettext("rte", label).

const char * rte_codec_info::tooltip
 

Gives additional info for the user, also localized. This pointer can be NULL.


Generated at Wed Mar 22 23:35:36 2006 for RTE Library by doxygen1.2.8.1 written by Dimitri van Heesch, © 1997-2001