public class

StreamComponentDesc

extends Object
java.lang.Object
   ↳ com.iwedia.dtv.streamcomponent.StreamComponentDesc

Class Overview

Stream component descriptor class.

Summary

Public Constructors
StreamComponentDesc()
Public Methods
int getAncillaryPageID()
Returns stream component subtitle ancillary page ID.
AudioChannelConfiguration getAudioChannelCfg()
Returns stream component AudioChannelConfiguration.
AudioTrackType getAudioSubType()
Returns stream component AudioTrackType.
AudioDigitalType getAudioType()
Returns stream component AudioDigitalType codec.
int getComponentTag()
Returns stream component tag.
int getCompositionPageID()
Returns stream component subtitle composition page ID.
int getIndex()
Returns stream component index.
String getLanguage()
Returns stream component language.
int getNumOfAvailableLanguages()
Returns stream component lang number.
int getPID()
Returns stream component PID.
int getPageNumber()
Returns stream component teletext page number.
SubtitleType getSubType()
Returns stream component subtitle type.
TeletextType getTtxType()
Returns stream component teletext type.
StreamComponentType getType()
Returns type of stream component (StreamComponentType).
VideoDigitalType getVideoType()
Returns stream component VideoDigitalType codec.
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public StreamComponentDesc ()

Public Methods

public int getAncillaryPageID ()

Returns stream component subtitle ancillary page ID.

public AudioChannelConfiguration getAudioChannelCfg ()

Returns stream component AudioChannelConfiguration.

public AudioTrackType getAudioSubType ()

Returns stream component AudioTrackType.

public AudioDigitalType getAudioType ()

Returns stream component AudioDigitalType codec.

public int getComponentTag ()

Returns stream component tag.

public int getCompositionPageID ()

Returns stream component subtitle composition page ID.

public int getIndex ()

Returns stream component index.

public String getLanguage ()

Returns stream component language.

public int getNumOfAvailableLanguages ()

Returns stream component lang number.

public int getPID ()

Returns stream component PID.

public int getPageNumber ()

Returns stream component teletext page number.

public SubtitleType getSubType ()

Returns stream component subtitle type.

public TeletextType getTtxType ()

Returns stream component teletext type.

public StreamComponentType getType ()

Returns type of stream component (StreamComponentType).

public VideoDigitalType getVideoType ()

Returns stream component VideoDigitalType codec.