Class: PlexRubySDK::Operations::GetMediaMetaDataPart

Inherits:
Crystalline::FieldAugmented show all
Extended by:
T::Sig
Defined in:
lib/plex_ruby_sdk/models/operations/get_media_meta_data_part.rb

Instance Method Summary collapse

Methods included from Crystalline::MetadataFields

#field, #fields, included, #marshal_single, #to_dict, #to_json

Constructor Details

#initialize(file: nil, id: nil, key: nil, size: nil, accessible: nil, audio_profile: nil, container: nil, duration: nil, exists: nil, has64bit_offsets: nil, has_thumbnail: nil, indexes: nil, optimized_for_streaming: nil, packet_length: nil, stream: nil, video_profile: nil) ⇒ GetMediaMetaDataPart

Returns a new instance of GetMediaMetaDataPart.



49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
# File 'lib/plex_ruby_sdk/models/operations/get_media_meta_data_part.rb', line 49

def initialize(file: nil, id: nil, key: nil, size: nil, accessible: nil, audio_profile: nil, container: nil, duration: nil, exists: nil, has64bit_offsets: nil, has_thumbnail: nil, indexes: nil, optimized_for_streaming: nil, packet_length: nil, stream: nil, video_profile: nil)
  @file = file
  @id = id
  @key = key
  @size = size
  @accessible = accessible
  @audio_profile = audio_profile
  @container = container
  @duration = duration
  @exists = exists
  @has64bit_offsets = has64bit_offsets
  @has_thumbnail = has_thumbnail
  @indexes = indexes
  @optimized_for_streaming = optimized_for_streaming
  @packet_length = packet_length
  @stream = stream
  @video_profile = video_profile
end