Copyright 2008 Motorola Inc. and Nokia Corporation. All Rights Reserved.
Specification License

javax.microedition.broadcast
Interface ServiceComponent

All Superinterfaces:
ServiceGuideData

public interface ServiceComponent
extends ServiceGuideData

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.

See Also:
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

AUDIO

static final int AUDIO
ServiceComponent type for audio components.

See Also:
Constant Field Values

FILECAST

static final int FILECAST
ServiceComponent type for filecast components.

See Also:
Constant Field Values

OTHER

static final int OTHER
ServiceComponent type for other components.

See Also:
Constant Field Values

SUBTITLES

static final int SUBTITLES
ServiceComponent type for subtitle components.

See Also:
Constant Field Values

VIDEO

static final int VIDEO
ServiceComponent type for video components.

See Also:
Constant Field Values
Method Detail

getType

int getType()
Returns type of this ServiceComponent.

Returns:
The type of the component that can be either AUDIO, VIDEO, SUBTITLES, FILECAST or OTHER.


Copyright 2008 Motorola Inc. and Nokia Corporation. All Rights Reserved.
Specification License