This interface is used to configure Playback data source.
interface Config {
// Properties
${range}?: ${Playback.Range};
${scale}?: ${Playback.Scale};
}
// This interface is not available in managed environment
// This interface is not available in native environment
range?: ${Playback.Range};
// This property is not available in managed environment
// This property is not available in native environment
Optional playback range configuration.
scale?: ${Playback.Scale};
// This property is not available in managed environment
// This property is not available in native environment
Optional playback speed configuration value.