0.9.3dev
Search
Namespaces
Classes
Modules
Guides
Reference
View All Results »
Main Page
Reference
Guides
Cinder
Namespaces
cinder
android
app
fs
hardware
net
video
app
android
audio
android
cocoa
dsp
linux
msw
cairo
cocoa
dx
geom
gl
impl
ip
linux
ftutil
log
msw
params
qtime
signals
svg
winrt
glm
cinder
DataSource
/
#include
“
cinder/DataSource.h
”
Public Member Functions
Protected Member Functions
Protected Attributes
Typedefs:
DataSourceRef
Show All
|
Hide All
Public Member Functions
bool
isFilePath
()=0
bool
isUrl
()=0
const fs::path &
getFilePath
()
const
Url
&
getUrl
()
const fs::path &
getFilePathHint
()
BufferRef
getBuffer
()
IStreamRef
createStream
()=0
Protected Member Functions
DataSource
(const fs::path &aFilePath, const Url &aUrl)
~DataSource
()
void
createBuffer
()=0
void
setFilePathHint
(const fs::path &aFilePathHint)
Protected Attributes
BufferRef
mBuffer
fs::path
mFilePath
fs::path
mFilePathHint
Url
mUrl