2 * Copyright 2000-2008 Ingo Weinhold <ingo_weinhold@gmx.de> All rights reserved.
3 * Distributed under the terms of the MIT license.
5 #include "VideoTarget.h"
8 VideoTarget::VideoTarget()
15 VideoTarget::~VideoTarget()
21 VideoTarget::LockBitmap()
23 return fBitmapLock
.Lock();
28 VideoTarget::UnlockBitmap()
35 VideoTarget::SetBitmap(const BBitmap
* bitmap
)
44 VideoTarget::GetBitmap() const