< Back

New-VideoObject

Sat Jan 18, 2020 1:43 pm

NAME New-VideoObject



SYNOPSIS

Creates a new object which represents a "microsoft.graph.video" (or one of its derived types).





SYNTAX

New-VideoObject [-audioBitsPerSample <int>] [-audioChannels <int>] [-audioFormat <string>] [-audioSamplesPerSecond

<int>] [-bitrate <int>] [-duration <long>] [-fourCC <string>] [-frameRate <double>] [-height <int>] [-width <int>]

[<CommonParameters>]





DESCRIPTION

Creates a new object which represents a "microsoft.graph.video" (or one of its derived types).





PARAMETERS

-audioBitsPerSample <int>

The "audioBitsPerSample" property, of type "Edm.Int32".



This property is on the "microsoft.graph.video" type.



Required? false

Position? named

Default value 0

Accept pipeline input? false

Accept wildcard characters? false



-audioChannels <int>

The "audioChannels" property, of type "Edm.Int32".



This property is on the "microsoft.graph.video" type.



Required? false

Position? named

Default value 0

Accept pipeline input? false

Accept wildcard characters? false



-audioFormat <string>

The "audioFormat" property, of type "Edm.String".



This property is on the "microsoft.graph.video" type.



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-audioSamplesPerSecond <int>

The "audioSamplesPerSecond" property, of type "Edm.Int32".



This property is on the "microsoft.graph.video" type.



Required? false

Position? named

Default value 0

Accept pipeline input? false

Accept wildcard characters? false



-bitrate <int>

The "bitrate" property, of type "Edm.Int32".



This property is on the "microsoft.graph.video" type.



Required? false

Position? named

Default value 0

Accept pipeline input? false

Accept wildcard characters? false



-duration <long>

The "duration" property, of type "Edm.Int64".



This property is on the "microsoft.graph.video" type.



Required? false

Position? named

Default value 0

Accept pipeline input? false

Accept wildcard characters? false



-fourCC <string>

The "fourCC" property, of type "Edm.String".



This property is on the "microsoft.graph.video" type.



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-frameRate <double>

The "frameRate" property, of type "Edm.Double".



This property is on the "microsoft.graph.video" type.



Required? false

Position? named

Default value 0

Accept pipeline input? false

Accept wildcard characters? false



-height <int>

The "height" property, of type "Edm.Int32".



This property is on the "microsoft.graph.video" type.



Required? false

Position? named

Default value 0

Accept pipeline input? false

Accept wildcard characters? false



-width <int>

The "width" property, of type "Edm.Int32".



This property is on the "microsoft.graph.video" type.



Required? false

Position? named

Default value 0

Accept pipeline input? false

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS



OUTPUTS





RELATED LINKS