applyVolumeInfo

fun applyVolumeInfo(    volumeInfo: VolumeInfo,     target: Any,     scope: Scope)

Apply a specific VolumeInfo to all Playbacks in a Scope.

Parameters

target

is the container to apply new VolumeInfo to. This must be set together with the Scope. For example, if client wants to apply the VolumeInfo to Scope.PLAYBACK, the receiver must be the Playback to apply to. If client wants to apply to Scope.BUCKET, the receiver must be either the Playback inside that Bucket, or the root object of a Bucket.