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
34
of file
VideoFileReader.hpp
.
35
{
36
return
static_cast<
VideoReadOptions
>
(
static_cast<
uint32_t
>
(
a
) &
static_cast<
uint32_t
>
(
b
));
37
}
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