VideoSampler
This class is not creatable. Instances of this class cannot be created with Instance.new.
| Memory category | Instances |
|---|
Member index 3
| History | Member | |
|---|---|---|
| 698 | TimeLength: double | |
| 698 | VideoContent: Content | |
| 698 | GetSamplesAtTimesAsync(times: Array): Array | |
| inherited from Object | ||
| 647 | ClassName: string | |
| 647 | className: string | |
| 647 | GetPropertyChangedSignal(property: string): RBXScriptSignal | |
| 647 | IsA(className: string): bool | |
| 650 | isA(className: string): bool | |
| 647 | Changed(property: string) | |
Description
History 4
- 698 Add GetSamplesAtTimesAsync
- 698 Add VideoContent
- 698 Add TimeLength
- 698 Add VideoSampler
Members 3
GetSamplesAtTimesAsync
| Parameters (1) | ||
|---|---|---|
| times | Array | |
| Returns (1) | ||
| Array | ||
This function yields. It will block the calling thread until completion.
| Thread safety | Unsafe |
|---|
History 1
TimeLength
| Type | Default | |
|---|---|---|
| double | __api_dump_failed_to_create_class__ | |
This property is not replicated. Its interface does not cross the network boundary.
This property is read-only. Its value can be read, but it cannot be modified.
| Thread safety | ReadSafe |
|---|---|
| Category | Data |
| Loaded/Saved | false/true |
History 1
- 698 Add TimeLength
VideoContent
| Type | Default | |
|---|---|---|
| Content | ||
This property is not replicated. Its interface does not cross the network boundary.
This property is read-only. Its value can be read, but it cannot be modified.
| Thread safety | ReadSafe |
|---|---|
| Category | Data |
| Loaded/Saved | false/true |
History 1
- 698 Add VideoContent