Ubuntu TV Media Scanner
A centralized index for removable media content.
|
#include <mediascanner/propertyschema.h>
Public Member Functions | |
TrackNumber () | |
Additional Inherited Members | |
![]() | |
typedef int32_t | value_type |
![]() | |
static Property | FromFieldName (const String &name) |
Finds a property by its Lucene++ field name. More... | |
static Property | FromMetadataKey (GrlKeyID key) |
Finds a property by its Grilo metadata key. More... | |
static void | VisitAll (const PropertyVisitor &visit) |
Visits all property declarations known to the media scanner. More... | |
![]() | |
typedef GenericProperty < NumericProperty< int32_t > , int32_t > | inherited |
![]() | |
NumericProperty (const String &field_name, const Property::MetadataKey &metadata_key, Property::Category category, Property::MergeStrategy merge_strategy, const Property::StreamInfoFunction &stream_info) | |
NumericProperty (typename inherited::Private *impl) | |
![]() | |
static Property::MetadataKey | define (const char *name, const char *nick, const char *blurb, int32_tdefault_value=int32_t()) |
static Property::MetadataKey | define (const char *name, const char *nick, const char *blurb, int32_tminimum, int32_tmaximum, int32_tdefault_value=int32_t()) |
mediascanner::schema::TrackNumber::TrackNumber | ( | ) |