|
Copyright 2008 Motorola Inc. and Nokia Corporation. All Rights Reserved. Specification License |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ServiceComponent
Represents a service component associated with a service. A service component may not have a 1:1 mapping to a physical media stream. Rather it is a unit that can separately be selected for presentation and have meaningful metadata such as language, name and so on.
ServiceContext
Field Summary | |
---|---|
static int |
AUDIO
ServiceComponent type for audio components. |
static int |
FILECAST
ServiceComponent type for filecast components. |
static int |
OTHER
ServiceComponent type for other components. |
static int |
SUBTITLES
ServiceComponent type for subtitle components. |
static int |
VIDEO
ServiceComponent type for video components. |
Method Summary | |
---|---|
int |
getType()
Returns type of this ServiceComponent. |
Methods inherited from interface javax.microedition.broadcast.esg.ServiceGuideData |
---|
equals, getAvailableMetadataSets, getBooleanValue, getBooleanValues, getDateValue, getDateValues, getDoubleValue, getDoubleValues, getLongValue, getLongValues, getObjectValue, getObjectValues, getStringValue, getStringValues |
Field Detail |
---|
static final int AUDIO
static final int FILECAST
static final int OTHER
static final int SUBTITLES
static final int VIDEO
Method Detail |
---|
int getType()
AUDIO
, VIDEO
, SUBTITLES
, FILECAST
or OTHER
.
|
Copyright 2008 Motorola Inc. and Nokia Corporation. All Rights Reserved. Specification License |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |