Annotation Pro API
Public Member Functions | Properties | List of all members
AudioFileObject Class Reference

An audio file object. More...

Public Member Functions

 AudioFileObject ()
 Default constructor. More...
 
 AudioFileObject (string name, string fileName, bool external)
 Constructor. More...
 

Properties

bool External [get, set]
 Gets or sets a value indicating whether the external. More...
 
string FileName [get, set]
 Gets or sets the filename of the file. More...
 
Guid Id [get, set]
 Gets or sets the identifier. More...
 
string Name [get, set]
 Gets or sets the name. More...
 

Detailed Description

An audio file object.

Constructor & Destructor Documentation

◆ AudioFileObject() [1/2]

AudioFileObject ( )
inline

Default constructor.

◆ AudioFileObject() [2/2]

AudioFileObject ( string  name,
string  fileName,
bool  external 
)
inline

Constructor.

Parameters
nameThe name.
fileNameFilename of the file.
externaltrue to external.

Property Documentation

◆ External

bool External
getset

Gets or sets a value indicating whether the external.

true if external, false if not.

◆ FileName

string FileName
getset

Gets or sets the filename of the file.

The name of the file.

◆ Id

Guid Id
getset

Gets or sets the identifier.

The identifier.

◆ Name

string Name
getset

Gets or sets the name.

The name.


The documentation for this class was generated from the following file: