public class PIDChangeEvent extends CAEvent
source| Constructor and Description |
|---|
PIDChangeEvent(short oldPid,
short newPid,
Object caModule)
Constructor for the event
|
| Modifier and Type | Method and Description |
|---|---|
short |
getReplacedPID()
Returns the PID of the previous elementary stream.
|
short |
getReplacementPID()
Returns the PID of the new elementary stream that substitutes the
previous one.
|
Object |
getSource()
Returns the CAModule that is the source of the event.
|
toStringpublic PIDChangeEvent(short oldPid,
short newPid,
Object caModule)
oldPid - the PID to be replaced.newPid - the new replacement PID.caModule - the CAModule object which is the source of the event.public short getReplacedPID()
public short getReplacementPID()
Copyright © 2012 code4tv.com. All Rights Reserved.