41 private $uploadSessionId;
68 $this->uploadSessionId = $uploadSessionId;
69 $this->videoId = $videoId;
70 $this->startOffset = $startOffset;
71 $this->endOffset = $endOffset;
91 $maxLength = $this->endOffset - $this->startOffset;
93 return new FacebookFile($this->file->getFilePath(), $maxLength, $this->startOffset);
103 return $this->uploadSessionId;
113 return $this->startOffset === $this->endOffset;
121 return $this->startOffset;
131 return $this->videoId;