danger.audio
Interface ToneRights



public interface ToneRights

Rights of tone data This is a bit field except for FULL which is either/or


Field Summary
static int COPY_PROHIBIT
          prohibit copying or forwarding off of device
static int DEFAULT
          The default is ToneRights.FULL
static int FULL
          Full rights to content.
 

Field Detail

FULL

static final int FULL
Full rights to content. This is not a bit field

See Also:
Constant Field Values

COPY_PROHIBIT

static final int COPY_PROHIBIT
prohibit copying or forwarding off of device

See Also:
Constant Field Values

DEFAULT

static final int DEFAULT
The default is ToneRights.FULL

See Also:
Constant Field Values