| 36 | /// Gets value indicating whenever resource can be used in dynamic streaming (otherwise use always the best quality). |
| 37 | /// </summary> |
| 38 | FORCE_INLINE bool IsDynamic() const |
| 39 | { |
| 40 | return _isDynamic; |
| 41 | } |
| 42 | |
| 43 | /// <summary> |
| 44 | /// Gets resource streaming quality level |