Faker C++
Loading...
Searching...
No Matches
video.h
Go to the documentation of this file.
1#pragma once
2
3#include <string_view>
4
5#include "faker-cxx/export.h"
6
7namespace faker::video
8{
18FAKER_CXX_EXPORT std::string_view formatName();
19
29FAKER_CXX_EXPORT std::string_view fileExtension();
30
40FAKER_CXX_EXPORT std::string_view videoCodec();
41
51FAKER_CXX_EXPORT std::string_view audioCodec();
52
62FAKER_CXX_EXPORT std::string_view resolution();
63
73FAKER_CXX_EXPORT std::string_view aspectRatio();
74
84FAKER_CXX_EXPORT std::string_view videoUrl();
85}
Definition video.h:8
FAKER_CXX_EXPORT std::string_view videoUrl()
Returns a random video Url.
FAKER_CXX_EXPORT std::string_view fileExtension()
Returns a random file extension.
FAKER_CXX_EXPORT std::string_view resolution()
Returns a random resolution.
FAKER_CXX_EXPORT std::string_view aspectRatio()
Returns a random aspect ratio.
FAKER_CXX_EXPORT std::string_view videoCodec()
Returns a random video codec.
FAKER_CXX_EXPORT std::string_view audioCodec()
Returns a random audio codec.
FAKER_CXX_EXPORT std::string_view formatName()
Returns a random format name .