Name | Type | Description | Notes |
---|---|---|---|
AudioBitsPerSample | Pointer to int32 | Number of audio bits per sample. | [optional] |
AudioChannels | Pointer to int32 | Number of audio channels. | [optional] |
AudioFormat | Pointer to string | Name of the audio format (AAC, MP3, etc.). | [optional] |
AudioSamplesPerSecond | Pointer to int32 | Number of audio samples per second. | [optional] |
Bitrate | Pointer to int32 | Bit rate of the video in bits per second. | [optional] |
Duration | Pointer to int64 | Duration of the file in milliseconds. | [optional] |
FourCC | Pointer to string | \"Four character code\" name of the video format. | [optional] |
FrameRate | Pointer to float64 | Frame rate of the video. | [optional] |
Height | Pointer to int32 | Height of the video, in pixels. | [optional] |
Width | Pointer to int32 | Width of the video, in pixels. | [optional] |
func NewVideo() *Video
NewVideo instantiates a new Video object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewVideoWithDefaults() *Video
NewVideoWithDefaults instantiates a new Video object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (o *Video) GetAudioBitsPerSample() int32
GetAudioBitsPerSample returns the AudioBitsPerSample field if non-nil, zero value otherwise.
func (o *Video) GetAudioBitsPerSampleOk() (*int32, bool)
GetAudioBitsPerSampleOk returns a tuple with the AudioBitsPerSample field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Video) SetAudioBitsPerSample(v int32)
SetAudioBitsPerSample sets AudioBitsPerSample field to given value.
func (o *Video) HasAudioBitsPerSample() bool
HasAudioBitsPerSample returns a boolean if a field has been set.
func (o *Video) GetAudioChannels() int32
GetAudioChannels returns the AudioChannels field if non-nil, zero value otherwise.
func (o *Video) GetAudioChannelsOk() (*int32, bool)
GetAudioChannelsOk returns a tuple with the AudioChannels field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Video) SetAudioChannels(v int32)
SetAudioChannels sets AudioChannels field to given value.
func (o *Video) HasAudioChannels() bool
HasAudioChannels returns a boolean if a field has been set.
func (o *Video) GetAudioFormat() string
GetAudioFormat returns the AudioFormat field if non-nil, zero value otherwise.
func (o *Video) GetAudioFormatOk() (*string, bool)
GetAudioFormatOk returns a tuple with the AudioFormat field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Video) SetAudioFormat(v string)
SetAudioFormat sets AudioFormat field to given value.
func (o *Video) HasAudioFormat() bool
HasAudioFormat returns a boolean if a field has been set.
func (o *Video) GetAudioSamplesPerSecond() int32
GetAudioSamplesPerSecond returns the AudioSamplesPerSecond field if non-nil, zero value otherwise.
func (o *Video) GetAudioSamplesPerSecondOk() (*int32, bool)
GetAudioSamplesPerSecondOk returns a tuple with the AudioSamplesPerSecond field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Video) SetAudioSamplesPerSecond(v int32)
SetAudioSamplesPerSecond sets AudioSamplesPerSecond field to given value.
func (o *Video) HasAudioSamplesPerSecond() bool
HasAudioSamplesPerSecond returns a boolean if a field has been set.
func (o *Video) GetBitrate() int32
GetBitrate returns the Bitrate field if non-nil, zero value otherwise.
func (o *Video) GetBitrateOk() (*int32, bool)
GetBitrateOk returns a tuple with the Bitrate field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Video) SetBitrate(v int32)
SetBitrate sets Bitrate field to given value.
func (o *Video) HasBitrate() bool
HasBitrate returns a boolean if a field has been set.
func (o *Video) GetDuration() int64
GetDuration returns the Duration field if non-nil, zero value otherwise.
func (o *Video) GetDurationOk() (*int64, bool)
GetDurationOk returns a tuple with the Duration field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Video) SetDuration(v int64)
SetDuration sets Duration field to given value.
func (o *Video) HasDuration() bool
HasDuration returns a boolean if a field has been set.
func (o *Video) GetFourCC() string
GetFourCC returns the FourCC field if non-nil, zero value otherwise.
func (o *Video) GetFourCCOk() (*string, bool)
GetFourCCOk returns a tuple with the FourCC field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Video) SetFourCC(v string)
SetFourCC sets FourCC field to given value.
func (o *Video) HasFourCC() bool
HasFourCC returns a boolean if a field has been set.
func (o *Video) GetFrameRate() float64
GetFrameRate returns the FrameRate field if non-nil, zero value otherwise.
func (o *Video) GetFrameRateOk() (*float64, bool)
GetFrameRateOk returns a tuple with the FrameRate field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Video) SetFrameRate(v float64)
SetFrameRate sets FrameRate field to given value.
func (o *Video) HasFrameRate() bool
HasFrameRate returns a boolean if a field has been set.
func (o *Video) GetHeight() int32
GetHeight returns the Height field if non-nil, zero value otherwise.
func (o *Video) GetHeightOk() (*int32, bool)
GetHeightOk returns a tuple with the Height field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Video) SetHeight(v int32)
SetHeight sets Height field to given value.
func (o *Video) HasHeight() bool
HasHeight returns a boolean if a field has been set.
func (o *Video) GetWidth() int32
GetWidth returns the Width field if non-nil, zero value otherwise.
func (o *Video) GetWidthOk() (*int32, bool)
GetWidthOk returns a tuple with the Width field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Video) SetWidth(v int32)
SetWidth sets Width field to given value.
func (o *Video) HasWidth() bool
HasWidth returns a boolean if a field has been set.