Home
last modified time | relevance | path

Searched refs:trackId (Results 1 – 9 of 9) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/AndroidEnterprise/
H A DTrackInfo.php29 public $trackId; variable in Google\\Service\\AndroidEnterprise\\TrackInfo
48 public function setTrackId($trackId) argument
50 $this->trackId = $trackId;
57 return $this->trackId;
H A DAppVersion.php34 public $trackId; variable in Google\\Service\\AndroidEnterprise\\AppVersion
75 public function setTrackId($trackId) argument
77 $this->trackId = $trackId;
84 return $this->trackId;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AndroidManagement/
H A DAppTrackInfo.php29 public $trackId; variable in Google\\Service\\AndroidManagement\\AppTrackInfo
48 public function setTrackId($trackId) argument
50 $this->trackId = $trackId;
57 return $this->trackId;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudVideoIntelligence/
H A DGoogleCloudVideointelligenceV1beta2ObjectTrackingAnnotation.php36 public $trackId; variable in Google\\Service\\CloudVideoIntelligence\\GoogleCloudVideointelligenceV1beta2ObjectTrackingAnnotation
101 public function setTrackId($trackId) argument
103 $this->trackId = $trackId;
110 return $this->trackId;
H A DGoogleCloudVideointelligenceV1ObjectTrackingAnnotation.php36 public $trackId; variable in Google\\Service\\CloudVideoIntelligence\\GoogleCloudVideointelligenceV1ObjectTrackingAnnotation
101 public function setTrackId($trackId) argument
103 $this->trackId = $trackId;
110 return $this->trackId;
H A DGoogleCloudVideointelligenceV1p2beta1ObjectTrackingAnnotation.php36 public $trackId; variable in Google\\Service\\CloudVideoIntelligence\\GoogleCloudVideointelligenceV1p2beta1ObjectTrackingAnnotation
101 public function setTrackId($trackId) argument
103 $this->trackId = $trackId;
110 return $this->trackId;
H A DGoogleCloudVideointelligenceV1p1beta1ObjectTrackingAnnotation.php36 public $trackId; variable in Google\\Service\\CloudVideoIntelligence\\GoogleCloudVideointelligenceV1p1beta1ObjectTrackingAnnotation
101 public function setTrackId($trackId) argument
103 $this->trackId = $trackId;
110 return $this->trackId;
H A DGoogleCloudVideointelligenceV1p3beta1ObjectTrackingAnnotation.php36 public $trackId; variable in Google\\Service\\CloudVideoIntelligence\\GoogleCloudVideointelligenceV1p3beta1ObjectTrackingAnnotation
101 public function setTrackId($trackId) argument
103 $this->trackId = $trackId;
110 return $this->trackId;
/plugin/jplayer/vendor/happyworm/jplayer/lib/
H A Dpopcorn.js1542 Popcorn.getTrackEvent = function( obj, trackId ) { argument
1543 return obj.data.trackRefs[ trackId ];
1547 Popcorn.getTrackEvent.ref = function( obj, trackId ) { argument
1548 return obj.data.trackRefs[ trackId ];