All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.ocap.si.Table Maven / Gradle / Ivy

There is a newer version: 1.3.1
Show newest version
/*
 * Table.java
 */
package org.ocap.si;

/**
 * This interface represents an MPEG-2 Program Specific Information 
 * (PSI) table structure.
 */
public interface Table extends javax.tv.service.SIElement
{
    /**
     * Returns the table_id field of the table.  Eight bit field that 
     * identifies the table.
     *
     * @return The table Id.
     */
    public short getTableId();
}






© 2015 - 2024 Weber Informatics LLC | Privacy Policy