com.gcapmedia.dab.epg
Class ShortCrid
java.lang.Object
com.gcapmedia.dab.epg.ShortCrid
public class ShortCrid
- extends java.lang.Object
An identifier for a programme, programme event or programme group.
Unlike a full Content Reference ID (CRID) this is designed to be
more appropriate for limited bandwidth data channels and for basic
EPG receivers.
The short CRID (sCRID) is a 24bit unsigned integer, expressed as a
decimal value, with a range of 0 to 16,777,215 inclusive. The
following rules should be applied whenever short CRIDs are used in
an EPG service:
- The sCRID shall only be unique within a single EPG service,
therefore a receiver must process it in some way on decoding
to ensure that it is globally unique.
- The sCRID must not be reused within that EPG service for a
minimum of six months
NOTE: An EPG Service is defined as EPG data for one or more services
broadcast in a single EPG data channel.
Constructor Summary |
ShortCrid(int shortCrid)
Create a new short CRID |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ShortCrid
public ShortCrid(int shortCrid)
- Create a new short CRID
getShortCrid
public int getShortCrid()
- Returns:
- Returns the formatted CRID
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in class java.lang.Object
- See Also:
Object.equals(java.lang.Object)
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
- See Also:
Object.toString()
Copyright © 2007. All Rights Reserved.