AutoApi.VideoHandoverState.to_bin
You're seeing just the function
to_bin
, go back to AutoApi.VideoHandoverState module for more information.
Specs
Parse state to bin
iex> url = "https://vimeo.com/365286467" iex> state = %AutoApi.VideoHandoverState{url: %AutoApi.Property{data: url}} iex> AutoApi.VideoHandoverState.to_bin(state) <<1, 30::integer-16, 1, 27::integer-16, 0x68, 0x74, 0x74, 0x70, 0x73, 0x3A, 0x2F, 0x2F, 0x76, 0x69, 0x6D, 0x65, 0x6F, 0x2E, 0x63, 0x6F, 0x6D, 0x2F, 0x33, 0x36, 0x35, 0x32, 0x38, 0x36, 0x34, 0x36, 0x37>>