libplatform/process/process.h Source File
process.h
1#ifndef MP4V2_PLATFORM_PROCESS_PROCESS_H
2#define MP4V2_PLATFORM_PROCESS_PROCESS_H
3
6namespace mp4v2 { namespace platform { namespace process {
7
9
10MP4V2_EXPORT int32_t getpid();
11
13
14}}} // namespace mp4v2::platform::process
15
16#endif // MP4V2_PLATFORM_PROCESS_PROCESS_H