Shaka Packager SDK
packager
app
libcrypto_threading.h
1
// Copyright 2014 Google Inc. 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
#ifndef APP_LIBCRYPTO_THREADING_H_
8
#define APP_LIBCRYPTO_THREADING_H_
9
10
#include "packager/base/macros.h"
11
12
namespace
shaka
{
13
namespace
media {
14
16
class
LibcryptoThreading
{
17
public
:
18
LibcryptoThreading
();
19
~
LibcryptoThreading
();
20
21
private
:
22
DISALLOW_COPY_AND_ASSIGN(
LibcryptoThreading
);
23
};
24
25
}
// namespace media
26
}
// namespace shaka
27
28
#endif // APP_LIBCRYPTO_THREADING_H_
shaka::media::LibcryptoThreading
Convenience class which initializes and terminates libcrypto threading.
Definition:
libcrypto_threading.h:16
shaka
All the methods that are virtual are virtual for mocking.
Definition:
gflags_hex_bytes.cc:11
Generated on Tue Jun 22 2021 00:16:03 for Shaka Packager SDK by
1.8.17