54 [[nodiscard]] ES_API(CPPESSENCE) std::span<const abstract::bitstream_type_hint> hints() const noexcept;
61 [[nodiscard]] ES_API(CPPESSENCE) std::optional<abstract::bitstream_type_hint> identify(
62 std::string_view path) const;
69 [[nodiscard]] ES_API(CPPESSENCE) std::optional<abstract::bitstream_type_hint> identify(
70 std::istream& stream) const;
77 [[nodiscard]] ES_API(CPPESSENCE) std::optional<abstract::bitstream_type_hint> identify(
78 std::span<const std::
byte> buffer) const;
83 std::unique_ptr<impl> impl_;