# GetRecentlyAddedOptimizedForStreaming Has this media been optimized for streaming. NOTE: This can be 0, 1, false or true ## Supported Types ### `Operations\GetRecentlyAddedOptimizedForStreaming1` ```php /** * @var Operations\GetRecentlyAddedOptimizedForStreaming1 */ Operations\GetRecentlyAddedOptimizedForStreaming1 $value = /* values here */ ``` ### `bool` ```php /** * @var bool */ bool $value = /* values here */ ```