| Package | Description |
|---|---|
| com.groupdocs.editor.htmlcss.resources.audio |
The com.groupdocs.editor.htmlcss.resources.audio namespace provides classes that represent audio resources.
|
| Modifier and Type | Method and Description |
|---|---|
AudioType |
AudioType.Clone()
Deprecated.
|
static AudioType |
AudioType.getMp3()
Represents a MPEG-1 Audio Layer III audio format
|
AudioType |
Mp3Audio.getType()
Returns a AudioType.Mp3
|
static AudioType |
AudioType.getUndefined()
Special value, which marks undefined, unknown or unsupported audio format
|
static AudioType |
AudioType.parseFromFilenameWithExtension(String filename)
Returns AudioType value, which is equivalent of filename extension, which is extracted from specified filename
|
| Modifier and Type | Method and Description |
|---|---|
void |
AudioType.CloneTo(AudioType that)
Deprecated.
|
boolean |
AudioType.equals(AudioType other)
Determines whether this instance is equal with specified "AudioType" instance
|
static boolean |
AudioType.op_Equality(AudioType first,
AudioType second)
Checks whether two "AudioType" values are equal
|
static boolean |
AudioType.op_Inequality(AudioType first,
AudioType second)
Checks whether two "AudioType" values are not equal
|
Copyright © 2024. All rights reserved.