This static class contains methods for converting audio position/length values into different formats.
Declaration Syntax
C# | Visual Basic |
public static class ConvertAudio
Public NotInheritable Class ConvertAudio
Members
All Members | Methods | ||||
Icon | Member | Description |
---|---|---|
ToMS(Int64, UInt32) |
Converts to the milliseconds format.
| |
ToMS(String) |
Converts to the milliseconds format.
| |
ToPCM(UInt32, UInt32) |
Converts to the PCM (samples) format.
| |
ToPCM(Int64, UInt32, Int32) |
Converts to the PCM (samples) format.
| |
ToPCMBytes(UInt32, UInt32, UInt32) |
Converts to the PCM (bytes) format.
| |
ToTimeString(Int64, UInt32, Int32, UInt32) |
Converts a position in bytes to time string. Requires several parameters to work.
|
Inheritance Hierarchy
Object | |
ConvertAudio |