, onCreateView() YouTubePlayerSupportFragment, , , :
public View onCreateView(LayoutInflater var1, ViewGroup var2, Bundle var3) {
this.c = new YouTubePlayerView(this.getActivity(), (AttributeSet)null, 0, this.a);
this.a();
return this.c;
}
.
, YouTubePlayerView , , YouTubePlayerView null, onStart() ( YouTubePlayerSupportFragment).
public void onStart() {
super.onStart();
this.c.a();
}
, , , , VideoFragment, , , (:)
public VideoFragment()
{
this.initialize("yourAPIKeyHere", this);
}