AnimationAsset
AnimationAsset
Overview
AnimationAsset यह एक क्लास है Aspose.Font FOSS के लिए Python।.
AnimationAsset.write_to(path) फ़ाइल सिस्टम के स्थान पर उत्पन्न एनीमेशन डेटा लिखता है, खोए हुए मातृ निर्देशिकाएं बनाता हैं और लिखित फ़ील्ड का मार्ग वापस करता है।.
इस वर्ग में पायथन प्रोग्रामों में AnimationAsset वस्तुओं के साथ काम करने के लिए 1 विधि प्रदान की जाती है।. उपलब्ध तरीकों में शामिल हैं: write_to. सभी सार्वजनिक सदस्य किसी भी Python अनुप्रयोग के लिए उपलब्ध हैं Aspose.Font FOSS को स्थापित करने के बाद Python पैकेज।. संपत्ति : data, filename, fps, frame_count, frame_labels, media_type.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
filename | str | Read | फ़िल्म का नाम लेते हैं।. |
media_type | str | Read | मीडिया के प्रकार को समझें।. |
data | bytes | Read | डेटा प्राप्त करें।. |
frame_count | int | Read | फ्रेम की गिनती करें।. |
fps | int | Read | FPS के लिए जाओ।. |
frame_labels | tuple[str, ...] | Read | फ्रेम लेबल प्राप्त करें।. |
Methods
| Signature | Description |
|---|---|
| `write_to(path: str | Path)→Path` |