コード例 #1
0
ファイル: OggStream.cpp プロジェクト: FriedRice/spring
	long VorbisStreamTell(void* datasource)
	{
		CFileHandler* buffer = static_cast<CFileHandler*>(datasource);
		return buffer->GetPos();
	}
コード例 #2
0
	long VorbisStreamTell(void* datasource)
	{
		CFileHandler* buffer = (CFileHandler*)datasource;
		return buffer->GetPos();
	}