github.com/yaegashi/msgraph.go@v0.1.4/v1.0/ModelVideo.go (about)

     1  // Code generated by msgraph.go/gen DO NOT EDIT.
     2  
     3  package msgraph
     4  
     5  // Video undocumented
     6  type Video struct {
     7  	// Object is the base model of Video
     8  	Object
     9  	// AudioBitsPerSample undocumented
    10  	AudioBitsPerSample *int `json:"audioBitsPerSample,omitempty"`
    11  	// AudioChannels undocumented
    12  	AudioChannels *int `json:"audioChannels,omitempty"`
    13  	// AudioFormat undocumented
    14  	AudioFormat *string `json:"audioFormat,omitempty"`
    15  	// AudioSamplesPerSecond undocumented
    16  	AudioSamplesPerSecond *int `json:"audioSamplesPerSecond,omitempty"`
    17  	// Bitrate undocumented
    18  	Bitrate *int `json:"bitrate,omitempty"`
    19  	// Duration undocumented
    20  	Duration *int `json:"duration,omitempty"`
    21  	// FourCC undocumented
    22  	FourCC *string `json:"fourCC,omitempty"`
    23  	// FrameRate undocumented
    24  	FrameRate *float64 `json:"frameRate,omitempty"`
    25  	// Height undocumented
    26  	Height *int `json:"height,omitempty"`
    27  	// Width undocumented
    28  	Width *int `json:"width,omitempty"`
    29  }