GltfFormatDetector
Overview
GltfFormatDetector is a class in Aspose.3D FOSS for Python.
Inherits from: FormatDetector.
GltfFormatDetector.detect determines the FileFormat of the provided stream, optionally using the file name.
Methods
| Signature | Description |
|---|---|
__init__() | |
detect(stream: 'io._IOBase', file_name: str) → 'FileFormat' | Determines the FileFormat of the provided stream, optionally using the file name |