Class MediaUri
Inheritance
object
MediaUri
Assembly: .dll
[Serializable]
public class MediaUri
Fields
|
Edit this page
View Source
Declaration
Field Value
|
Edit this page
View Source
Declaration
public string relativePath
Field Value
|
Edit this page
View Source
Declaration
Field Value
Properties
|
Edit this page
View Source
Declaration
public bool IsValid { get; }
Property Value
Methods
|
Edit this page
View Source
Declaration
public AudioType GetAudioType()
Returns
Type |
Description |
AudioType |
|
|
Edit this page
View Source
Declaration
public string GetFileName()
Returns
|
Edit this page
View Source
GetFileNameWithoutExtension()
Declaration
public string GetFileNameWithoutExtension()
Returns
|
Edit this page
View Source
Declaration
public string GetFullPath()
Returns
|
Edit this page
View Source
Returns a string that represents the current object.
Declaration
public override string ToString()
Returns
Type |
Description |
string |
A string that represents the current object.
|
Overrides
object.ToString()