AutoApi.VideoHandoverState.from_bin
You're seeing just the function
from_bin
, go back to AutoApi.VideoHandoverState module for more information.
Specs
Build state based on binary value
iex> url = "https://vimeo.com/365286467" iex> size = byte_size(url) iex> AutoApi.VideoHandoverState.from_bin(<<1, size + 3::integer-16, 1, size::integer-16, url::binary>>) %AutoApi.VideoHandoverState{url: %AutoApi.Property{data: "https://vimeo.com/365286467"}}