MayaFlux
0.2.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches
◆
operator|()
[4/4]
VideoReadOptions
MayaFlux::IO::operator|
(
VideoReadOptions
a
,
VideoReadOptions
b
)
inline
Definition at line
29
of file
VideoFileReader.hpp
.
30
{
31
return
static_cast<
VideoReadOptions
>
(
static_cast<
uint32_t
>
(
a
) |
static_cast<
uint32_t
>
(
b
));
32
}
a
size_t a
Definition
ProximityGraphs.cpp:20
b
size_t b
Definition
ProximityGraphs.cpp:20
MayaFlux::IO::VideoReadOptions
VideoReadOptions
Video-specific reading options.
Definition
VideoFileReader.hpp:23
References
a
, and
b
.
MayaFlux
IO
Generated by
1.9.8