Class: PlexRubySDK::Models::Operations::GetLibrarySectionsAllStream
- Inherits:
-
Object
- Object
- PlexRubySDK::Models::Operations::GetLibrarySectionsAllStream
- Extended by:
- T::Sig
- Includes:
- Crystalline::MetadataFields
- Defined in:
- lib/plex_ruby_sdk/models/operations/get_library_sections_all_stream.rb
Instance Method Summary collapse
- #==(other) ⇒ Object
-
#initialize(codec: nil, display_title: nil, extended_display_title: nil, id: nil, stream_type: nil, audio_channel_layout: nil, bit_depth: nil, bitrate: nil, can_auto_sync: nil, channels: nil, chroma_location: nil, chroma_subsampling: nil, closed_captions: nil, coded_height: nil, coded_width: nil, color_primaries: nil, color_range: nil, color_space: nil, color_trc: nil, default: nil, dovibl_compat_id: nil, dovibl_present: nil, doviel_present: nil, dovi_level: nil, dovi_present: nil, dovi_profile: nil, dovirpu_present: nil, dovi_version: nil, dub: nil, embedded_in_video: nil, forced: nil, format: nil, frame_rate: nil, has_scaling_matrix: nil, header_compression: nil, hearing_impaired: nil, height: nil, index: nil, key: nil, language: nil, language_code: nil, language_tag: nil, level: nil, original: nil, profile: nil, ref_frames: nil, sampling_rate: nil, scan_type: nil, selected: nil, title: nil, width: nil) ⇒ GetLibrarySectionsAllStream
constructor
A new instance of GetLibrarySectionsAllStream.
Methods included from Crystalline::MetadataFields
#field, #fields, included, #marshal_single, #to_dict, #to_json
Constructor Details
#initialize(codec: nil, display_title: nil, extended_display_title: nil, id: nil, stream_type: nil, audio_channel_layout: nil, bit_depth: nil, bitrate: nil, can_auto_sync: nil, channels: nil, chroma_location: nil, chroma_subsampling: nil, closed_captions: nil, coded_height: nil, coded_width: nil, color_primaries: nil, color_range: nil, color_space: nil, color_trc: nil, default: nil, dovibl_compat_id: nil, dovibl_present: nil, doviel_present: nil, dovi_level: nil, dovi_present: nil, dovi_profile: nil, dovirpu_present: nil, dovi_version: nil, dub: nil, embedded_in_video: nil, forced: nil, format: nil, frame_rate: nil, has_scaling_matrix: nil, header_compression: nil, hearing_impaired: nil, height: nil, index: nil, key: nil, language: nil, language_code: nil, language_tag: nil, level: nil, original: nil, profile: nil, ref_frames: nil, sampling_rate: nil, scan_type: nil, selected: nil, title: nil, width: nil) ⇒ GetLibrarySectionsAllStream
Returns a new instance of GetLibrarySectionsAllStream.
125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 |
# File 'lib/plex_ruby_sdk/models/operations/get_library_sections_all_stream.rb', line 125 def initialize(codec: nil, display_title: nil, extended_display_title: nil, id: nil, stream_type: nil, audio_channel_layout: nil, bit_depth: nil, bitrate: nil, can_auto_sync: nil, channels: nil, chroma_location: nil, chroma_subsampling: nil, closed_captions: nil, coded_height: nil, coded_width: nil, color_primaries: nil, color_range: nil, color_space: nil, color_trc: nil, default: nil, dovibl_compat_id: nil, dovibl_present: nil, doviel_present: nil, dovi_level: nil, dovi_present: nil, dovi_profile: nil, dovirpu_present: nil, dovi_version: nil, dub: nil, embedded_in_video: nil, forced: nil, format: nil, frame_rate: nil, has_scaling_matrix: nil, header_compression: nil, hearing_impaired: nil, height: nil, index: nil, key: nil, language: nil, language_code: nil, language_tag: nil, level: nil, original: nil, profile: nil, ref_frames: nil, sampling_rate: nil, scan_type: nil, selected: nil, title: nil, width: nil) @codec = codec @display_title = display_title @extended_display_title = extended_display_title @id = id @stream_type = stream_type @audio_channel_layout = audio_channel_layout @bit_depth = bit_depth @bitrate = bitrate @can_auto_sync = can_auto_sync @channels = channels @chroma_location = chroma_location @chroma_subsampling = chroma_subsampling @closed_captions = closed_captions @coded_height = coded_height @coded_width = coded_width @color_primaries = color_primaries @color_range = color_range @color_space = color_space @color_trc = color_trc @default = default @dovibl_compat_id = dovibl_compat_id @dovibl_present = dovibl_present @doviel_present = doviel_present @dovi_level = dovi_level @dovi_present = dovi_present @dovi_profile = dovi_profile @dovirpu_present = dovirpu_present @dovi_version = dovi_version @dub = dub @embedded_in_video = @forced = forced @format = format @frame_rate = frame_rate @has_scaling_matrix = has_scaling_matrix @header_compression = header_compression @hearing_impaired = hearing_impaired @height = height @index = index @key = key @language = language @language_code = language_code @language_tag = language_tag @level = level @original = original @profile = profile @ref_frames = ref_frames @sampling_rate = sampling_rate @scan_type = scan_type @selected = selected @title = title @width = width end |
Instance Method Details
#==(other) ⇒ Object
179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 |
# File 'lib/plex_ruby_sdk/models/operations/get_library_sections_all_stream.rb', line 179 def ==(other) return false unless other.is_a? self.class return false unless @codec == other.codec return false unless @display_title == other.display_title return false unless @extended_display_title == other.extended_display_title return false unless @id == other.id return false unless @stream_type == other.stream_type return false unless @audio_channel_layout == other.audio_channel_layout return false unless @bit_depth == other.bit_depth return false unless @bitrate == other.bitrate return false unless @can_auto_sync == other.can_auto_sync return false unless @channels == other.channels return false unless @chroma_location == other.chroma_location return false unless @chroma_subsampling == other.chroma_subsampling return false unless @closed_captions == other.closed_captions return false unless @coded_height == other.coded_height return false unless @coded_width == other.coded_width return false unless @color_primaries == other.color_primaries return false unless @color_range == other.color_range return false unless @color_space == other.color_space return false unless @color_trc == other.color_trc return false unless @default == other.default return false unless @dovibl_compat_id == other.dovibl_compat_id return false unless @dovibl_present == other.dovibl_present return false unless @doviel_present == other.doviel_present return false unless @dovi_level == other.dovi_level return false unless @dovi_present == other.dovi_present return false unless @dovi_profile == other.dovi_profile return false unless @dovirpu_present == other.dovirpu_present return false unless @dovi_version == other.dovi_version return false unless @dub == other.dub return false unless @embedded_in_video == other. return false unless @forced == other.forced return false unless @format == other.format return false unless @frame_rate == other.frame_rate return false unless @has_scaling_matrix == other.has_scaling_matrix return false unless @header_compression == other.header_compression return false unless @hearing_impaired == other.hearing_impaired return false unless @height == other.height return false unless @index == other.index return false unless @key == other.key return false unless @language == other.language return false unless @language_code == other.language_code return false unless @language_tag == other.language_tag return false unless @level == other.level return false unless @original == other.original return false unless @profile == other.profile return false unless @ref_frames == other.ref_frames return false unless @sampling_rate == other.sampling_rate return false unless @scan_type == other.scan_type return false unless @selected == other.selected return false unless @title == other.title return false unless @width == other.width true end |