Mp3Audio Class |
Namespace: GroupDocs.Editor.HtmlCss.Resources.Audio
The Mp3Audio type exposes the following members.
Name | Description | |
---|---|---|
![]() | Mp3Audio |
Creates new Mp3Audio class from MP3 content, represented as byte stream, and with specified name
|
Name | Description | |
---|---|---|
![]() | ByteContent |
Returns content of this font as byte stream
|
![]() | FilenameWithExtension |
Returns correct filename of this MP3 content, which consists of name and extension. Theoretically can differ from the name.
|
![]() | IsDisposed |
Determines whether this MP3 content is disposed or not
|
![]() | Name |
Returns name of this MP3 content. Usually doesn't contain filename extension and theoretically can differ from filename.
|
![]() | TextContent |
Returns content of this MP3 resource as base64-encoded string. This value is cached after first invoke.
|
![]() | Type |
Returns a AudioType.Mp3
|
Name | Description | |
---|---|---|
![]() | Dispose |
Disposes this MP3 resource, disposing its content and making most methods and properties non-working
|
![]() | Equals(IHtmlResource) |
Checks this instance with specified HTML resource on reference equality
|
![]() | Equals(Mp3Audio) |
Checks this instance with specified font resource on reference equality
|
![]() ![]() | IsValid |
Checks whether specified stream is a valid MP3 content
|
![]() | Save |
Saves this MP3 resource to the specified file
|
Name | Description | |
---|---|---|
![]() | Disposed |
Event, which occurs when this MP3 content is disposed
|