Method SetMp4DatasetFilePath
SetMp4DatasetFilePath(ArSession, string)
Sets the file path to save an MP4 dataset file for the recording.
Declaration
public void SetMp4DatasetFilePath(ArSession session, string path)
Parameters
Type | Name | Description |
---|---|---|
ArSession | session | The ARCore session. |
string | path | The file path to which an MP4 dataset should be written. |
Exceptions
Type | Condition |
---|---|
ArgumentNullException | Thrown if |