MCPcopy Create free account
hub / github.com/TorqueGameEngines/Torque3D / getDecoder

Method getDecoder

Engine/source/core/ogg/oggInputStream.cpp:122–129  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

120}
121
122OggDecoder* OggInputStream::getDecoder( const String& name ) const
123{
124 for( U32 i = 0; i < mDecoders.size(); ++ i )
125 if( name.equal( mDecoders[ i ]->getName(), String::NoCase ) )
126 return mDecoders[ i ];
127
128 return NULL;
129}
130
131bool OggInputStream::isAtEnd()
132{

Callers 1

AsyncStateMethod · 0.80

Calls 3

sizeMethod · 0.45
equalMethod · 0.45
getNameMethod · 0.45

Tested by

no test coverage detected