Shaka Packager SDK
Loading...
Searching...
No Matches
packager
utils
clock.cc
1
// Copyright 2023 Google LLC. All rights reserved.
2
//
3
// Use of this source code is governed by a BSD-style
4
// license that can be found in the LICENSE file or at
5
// https://developers.google.com/open-source/licenses/bsd
6
7
#include <packager/utils/clock.h>
8
9
#include <chrono>
10
11
namespace
shaka
{
12
13
Clock::time_point Clock::now() noexcept {
14
return
std::chrono::system_clock::now();
15
}
16
17
}
// namespace shaka
shaka
All the methods that are virtual are virtual for mocking.
Definition
cpix_encryption_flags.cc:51
Generated on Mon Jul 27 2026 18:30:00 for Shaka Packager SDK by
1.9.8