Public Member Functions | |
| ISSService () | |
| ~ISSService () | |
| bool | Connect () |
| int | CreateStream (const String &szStreamName, ISSFormat *pFormat) |
| bool | DestroyStream (int iStreamIndex) |
| bool | Send (ISSServicePacket &pPacket) |
| bool | Receive (ISSServicePacket &pPacket, int iTimeOut) |
| bool | WritePacket (int iStreamIndex, ISSPacket *pPacket) |
| float | GetBufferUsage (int iStreamIndex) |
| long long | GetTime (int iStreamIndex) |
| long long | GetBufferedTime (int iStreamIndex) |
| void | SetTime (int iStreamIndex, long long llTime) |
| bool | WaitForStream (int iStreamIndex) |
| bool | Abort (int iStreamIndex) |
| bool | Enable (int iStreamIndex) |
| bool | Disable (int iStreamIndex) |
Classes | |
| class | Private |
| ISSService::ISSService | ( | ) |
| ISSService::~ISSService | ( | ) |
| bool ISSService::Connect | ( | ) |
| bool ISSService::DestroyStream | ( | int | iStreamIndex | ) |
| bool ISSService::Send | ( | ISSServicePacket & | pPacket | ) |
| bool ISSService::Receive | ( | ISSServicePacket & | pPacket, | |
| int | iTimeOut | |||
| ) |
| bool ISSService::WritePacket | ( | int | iStreamIndex, | |
| ISSPacket * | pPacket | |||
| ) |
| float ISSService::GetBufferUsage | ( | int | iStreamIndex | ) |
| long long ISSService::GetTime | ( | int | iStreamIndex | ) |
| long long ISSService::GetBufferedTime | ( | int | iStreamIndex | ) |
| void ISSService::SetTime | ( | int | iStreamIndex, | |
| long long | llTime | |||
| ) |
| bool ISSService::WaitForStream | ( | int | iStreamIndex | ) |
| bool ISSService::Abort | ( | int | iStreamIndex | ) |
| bool ISSService::Enable | ( | int | iStreamIndex | ) |
| bool ISSService::Disable | ( | int | iStreamIndex | ) |
1.5.1-p1