![]() |
Media Controller
A GStreamer implementation using the VideoXpert SDK
|
Provides commonly used methods. More...
Functions | |
| string | UnixTimeToRfc3339 (unsigned int unixTime) |
| Convert a unix timestamp to an RFC 3339 formatted string. More... | |
| unsigned int | CurrentUnixTime () |
| Get the current time as a unix timestamp. More... | |
Provides commonly used methods.
| unsigned int MediaController::Utilities::CurrentUnixTime | ( | ) |
Get the current time as a unix timestamp.
Definition at line 21 of file Utilities.cpp.
| std::string MediaController::Utilities::UnixTimeToRfc3339 | ( | unsigned int | unixTime | ) |
Convert a unix timestamp to an RFC 3339 formatted string.
| unixTime | The unix timestamp. |
Definition at line 8 of file Utilities.cpp.