You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
so now the stream variable is of type model.DolbyVisionInputStream, which is great. However, the Create Streams operation requires a slice of model.InputStream, which is a struct and not an interface so I can't pass a model.DolbyVisionInputStream into it
Hi there
not sure if I am doing things right, but there are no examples so I shall ask the question.
I want to create a dolby vision encoding job, so I create a
model.DolbyVisionInputStream
since it seems to be the way to do it according to thisso now the
stream
variable is of typemodel.DolbyVisionInputStream
, which is great. However, the Create Streams operation requires a slice ofmodel.InputStream
, which is a struct and not an interface so I can't pass amodel.DolbyVisionInputStream
into ithttps://github.com/bitmovin/bitmovin-api-sdk-go/blob/main/api/encoding_encodings_streams_api.go#L69
https://github.com/bitmovin/bitmovin-api-sdk-go/blob/main/model/stream.go#L24-L25
how to do this?
The text was updated successfully, but these errors were encountered: