class DecryptorParams
Defined at line 351 of file fidling/gen/sdk/fidl/fuchsia.media.drm/fuchsia.media.drm/hlcpp/fuchsia/media/drm/cpp/fidl.h
Domain objects declarations
Public Members
static const fidl_type_t * FidlType
Public Methods
bool IsEmpty ()
Returns whether no field is set.
const bool & require_secure_mode ()
Requires the decryptor [`fuchsia.media/StreamProcessor`] to only output
to secure buffers.
Defined at line 359 of file fidling/gen/sdk/fidl/fuchsia.media.drm/fuchsia.media.drm/hlcpp/fuchsia/media/drm/cpp/fidl.h
bool has_require_secure_mode ()
Defined at line 363 of file fidling/gen/sdk/fidl/fuchsia.media.drm/fuchsia.media.drm/hlcpp/fuchsia/media/drm/cpp/fidl.h
bool * mutable_require_secure_mode ()
Requires the decryptor [`fuchsia.media/StreamProcessor`] to only output
to secure buffers.
Defined at line 369 of file fidling/gen/sdk/fidl/fuchsia.media.drm/fuchsia.media.drm/hlcpp/fuchsia/media/drm/cpp/fidl.h
void clear_require_secure_mode ()
Defined at line 377 of file fidling/gen/sdk/fidl/fuchsia.media.drm/fuchsia.media.drm/hlcpp/fuchsia/media/drm/cpp/fidl.h
const ::fuchsia::media::FormatDetails & input_details ()
Initial format details for the [`fuchsia.media/StreamProcessor`].
Defined at line 386 of file fidling/gen/sdk/fidl/fuchsia.media.drm/fuchsia.media.drm/hlcpp/fuchsia/media/drm/cpp/fidl.h
bool has_input_details ()
Defined at line 390 of file fidling/gen/sdk/fidl/fuchsia.media.drm/fuchsia.media.drm/hlcpp/fuchsia/media/drm/cpp/fidl.h
::fuchsia::media::FormatDetails * mutable_input_details ()
Initial format details for the [`fuchsia.media/StreamProcessor`].
Defined at line 395 of file fidling/gen/sdk/fidl/fuchsia.media.drm/fuchsia.media.drm/hlcpp/fuchsia/media/drm/cpp/fidl.h
void clear_input_details ()
Defined at line 403 of file fidling/gen/sdk/fidl/fuchsia.media.drm/fuchsia.media.drm/hlcpp/fuchsia/media/drm/cpp/fidl.h
DecryptorParams & set_require_secure_mode (bool _value)
DecryptorParams & set_input_details (::fuchsia::media::FormatDetails _value)
void DecryptorParams ()
void DecryptorParams (DecryptorParams && other)
void ~DecryptorParams ()
DecryptorParams & operator= (DecryptorParams && other)
::std::unique_ptr<DecryptorParams> New ()
void Encode (::fidl::Encoder * _encoder, size_t _offset, std::optional< ::fidl::HandleInformation> maybe_handle_info)
void Decode (::fidl::Decoder * _decoder, DecryptorParams * _value, size_t _offset)
zx_status_t Clone (DecryptorParams * _result)