#include <BdsD.h>
Public Member Functions | |
SourcePriority (BUInt32 pid=BUInt32(), BTimeStamp pstartTime=BTimeStamp(), BTimeStamp pendTime=BTimeStamp(), BString psource=BString(), BUInt32 ppriority=BUInt32()) | |
BString | getType () |
BError | setMembers (BDictString &members) |
BError | getMembers (BDictString &members) |
Public Attributes | |
BUInt32 | id |
ID. | |
BTimeStamp | startTime |
The Start Time. | |
BTimeStamp | endTime |
The End Time the channel was available. | |
BString | source |
The source name. | |
BUInt32 | priority |
The priority order, highest first. |
Bds::SourcePriority::SourcePriority | ( | BUInt32 | pid = BUInt32() , |
|
BTimeStamp | pstartTime = BTimeStamp() , |
|||
BTimeStamp | pendTime = BTimeStamp() , |
|||
BString | psource = BString() , |
|||
BUInt32 | ppriority = BUInt32() | |||
) |
BError Bds::SourcePriority::getMembers | ( | BDictString & | members | ) |
BString Bds::SourcePriority::getType | ( | ) |
BError Bds::SourcePriority::setMembers | ( | BDictString & | members | ) |
BTimeStamp Bds::SourcePriority::endTime |
The End Time the channel was available.
BUInt32 Bds::SourcePriority::id |
ID.
BUInt32 Bds::SourcePriority::priority |
The priority order, highest first.
BString Bds::SourcePriority::source |
The source name.
BTimeStamp Bds::SourcePriority::startTime |
The Start Time.