Preview a recording before share.
More...
|
void | StartPreview (string recordingIdentifier=default(string)) |
| Starts previewing the given recording. More...
|
|
void | StopPreview () |
| Stops the preview. More...
|
|
int | GetNumberOfFrames () |
| Get the number of frames available in the recording. Only available after calling StartPreview and before calling StopPreview. More...
|
|
Preview a recording before share.
◆ GetNumberOfFrames()
int MegacoolGifPreview.GetNumberOfFrames |
( |
| ) |
|
|
inline |
Get the number of frames available in the recording. Only available after calling StartPreview and before calling StopPreview.
Use Megacool.Instance.GetNumberOfFrames() to get the number available without creating a preview.
- Returns
- If StartPreview is called, the number of frames available in the preview, otherwise -1.
◆ StartPreview()
void MegacoolGifPreview.StartPreview |
( |
string |
recordingIdentifier = default(string) | ) |
|
|
inline |
Starts previewing the given recording.
- Parameters
-
recordingIdentifier | Recording identifier. |
◆ StopPreview()
void MegacoolGifPreview.StopPreview |
( |
| ) |
|
|
inline |
The documentation for this class was generated from the following file: