Public Member Functions | |
| ISSPlay () | |
| ~ISSPlay () | |
| bool | Open (const String &szFileName) |
| bool | Play () |
| bool | Stop () |
| bool | Pause () |
| bool | Wait () |
| bool | IsPlaying () |
| void | Invalidate () |
| bool | IsEOF () |
| void | SetEOF (bool bEOF) |
| bool | IsValid () |
| bool | Close () |
| void | EnableAudioOutput (bool bEnable) |
| void | EnableVideoOutput (bool bEnable) |
| virtual ISSOutput * | OpenAudioOutputDevice (ISSInput *pInput, ISSStream *pInputStream) |
| virtual ISSOutput * | OpenVideoOutputDevice (ISSInput *pInput, ISSStream *pInputStream) |
| ISSSource * | GetSource () |
| ISSStream * | GetAudioInputStream () |
| ISSStream * | GetVideoInputStream () |
| ISSStream * | GetAudioOutputStream () |
| ISSStream * | GetVideoOutputStream () |
| bool | SetVideoOutputInterface (ISSVideoOutput *pInterface) |
| long long | GetSyncTime () |
| bool | Seek (long long ullPos) |
| long long | GetSize () |
| long long | GetPos () |
Classes | |
| class | Private |
| ISSPlay::ISSPlay | ( | ) |
| ISSPlay::~ISSPlay | ( | ) |
| bool ISSPlay::Open | ( | const String & | szFileName | ) |
| bool ISSPlay::Play | ( | ) |
| bool ISSPlay::Stop | ( | ) |
| bool SkyGI::ISSPlay::Pause | ( | ) |
| bool ISSPlay::Wait | ( | ) |
| bool ISSPlay::IsPlaying | ( | ) |
| void ISSPlay::Invalidate | ( | ) |
| bool ISSPlay::IsEOF | ( | ) |
| void ISSPlay::SetEOF | ( | bool | bEOF | ) |
| bool ISSPlay::IsValid | ( | ) |
| bool ISSPlay::Close | ( | ) |
| void ISSPlay::EnableAudioOutput | ( | bool | bEnable | ) |
| void ISSPlay::EnableVideoOutput | ( | bool | bEnable | ) |
| ISSOutput * ISSPlay::OpenAudioOutputDevice | ( | ISSInput * | pInput, | |
| ISSStream * | pInputStream | |||
| ) | [virtual] |
| ISSOutput * ISSPlay::OpenVideoOutputDevice | ( | ISSInput * | pInput, | |
| ISSStream * | pInputStream | |||
| ) | [virtual] |
| ISSSource * ISSPlay::GetSource | ( | ) |
| ISSStream * ISSPlay::GetAudioInputStream | ( | ) |
| ISSStream * ISSPlay::GetVideoInputStream | ( | ) |
| ISSStream * ISSPlay::GetAudioOutputStream | ( | ) |
| ISSStream * ISSPlay::GetVideoOutputStream | ( | ) |
| bool ISSPlay::SetVideoOutputInterface | ( | ISSVideoOutput * | pInterface | ) |
| long long ISSPlay::GetSyncTime | ( | ) |
| bool ISSPlay::Seek | ( | long long | ullPos | ) |
| long long ISSPlay::GetSize | ( | ) |
| long long ISSPlay::GetPos | ( | ) |
1.5.1-p1