| 202 | } |
| 203 | |
| 204 | OniStatus ColorStream::setProperty(int propertyId, const void* data, int dataSize) |
| 205 | { |
| 206 | switch (propertyId) |
| 207 | { |
| 208 | case 0: |
| 209 | default: |
| 210 | return VideoStream::setProperty(propertyId, data, dataSize); |
| 211 | } |
| 212 | } |
nothing calls this directly
no outgoing calls
no test coverage detected