Interface SourcesResponse

SourcesResponse ($ref: "AudioLibrary.GetSources.Response") Response structure for the GetSources method.

interface SourcesResponse {
    sources: Source[];
}

Properties

Properties

sources: Source[]