Class: PlexRubySDK::Operations::GetLibraryItemsStream
- Inherits:
-
Crystalline::FieldAugmented
- Object
- Crystalline::FieldAugmented
- PlexRubySDK::Operations::GetLibraryItemsStream
- Extended by:
- T::Sig
- Defined in:
- lib/plex_ruby_sdk/models/operations/get_library_items_stream.rb
Instance Method Summary collapse
Methods included from Crystalline::MetadataFields
#field, #fields, included, #marshal_single, #to_dict, #to_json
Constructor Details
#initialize(codec: nil, id: nil, index: 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, display_title: nil, embedded_in_video: nil, extended_display_title: nil, frame_rate: nil, has_scaling_matrix: nil, hearing_impaired: nil, height: nil, language: nil, language_code: nil, language_tag: nil, level: nil, profile: nil, ref_frames: nil, sampling_rate: nil, scan_type: nil, selected: nil, stream_identifier: nil, title: nil, width: nil) ⇒ GetLibraryItemsStream
Returns a new instance of GetLibraryItemsStream.
93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 |
# File 'lib/plex_ruby_sdk/models/operations/get_library_items_stream.rb', line 93 def initialize(codec: nil, id: nil, index: 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, display_title: nil, embedded_in_video: nil, extended_display_title: nil, frame_rate: nil, has_scaling_matrix: nil, hearing_impaired: nil, height: nil, language: nil, language_code: nil, language_tag: nil, level: nil, profile: nil, ref_frames: nil, sampling_rate: nil, scan_type: nil, selected: nil, stream_identifier: nil, title: nil, width: nil) @codec = codec @id = id @index = index @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 @display_title = display_title @embedded_in_video = @extended_display_title = extended_display_title @frame_rate = frame_rate @has_scaling_matrix = has_scaling_matrix @hearing_impaired = hearing_impaired @height = height @language = language @language_code = language_code @language_tag = language_tag @level = level @profile = profile @ref_frames = ref_frames @sampling_rate = sampling_rate @scan_type = scan_type @selected = selected @stream_identifier = stream_identifier @title = title @width = width end |