#------------------------------------------------------------
# Copyright (C) 2006 RoyaltyShare, Inc.   All Rights Reserved
#------------------------------------------------------------
package RPS::DB::Item::MediaType;
use strict;
use warnings;

use constant kMediaTypeAudio    => 1;
use constant kMediaTypeVideo    => 2;

1;

